Quote:
Originally Posted by nini09
The raw socket means that you have to handle everything, such as IP header. That means that your application take care of fragment and set MF flag.
|
But I am in situation where I am doing all the things myself but kernel is not sending any packet until the last packet being send..which means kernel is not putting the packet into the network with MF flag set on. This bug has been fixed in kernel version 2.6.36 .. Now what I am thinking is how I can patch my kernel to remove the bug.. I want to do this just for learning how kernel patch can be made and install them.. any good tutorial link to know this stuff??