So you think you understand IP fragmentation?
So you think you understand IP fragmentation?
Posted Feb 9, 2024 11:31 UTC (Fri) by LtWorf (subscriber, #124958)In reply to: So you think you understand IP fragmentation? by vaurora
Parent article: So you think you understand IP fragmentation?
Python is generally easier I guess for this sort of things. It is installed on all linux systems I presume.
It should be possible to do using just the standard library too.
And it has setsockopt and all of that, so it should work. If it isn't enough you can just do libc calls easily.
But personally I would not rewrite it.