Hi, I am working on a packet-mangling module for Netfilter (actually I am extending another guys work: http://piconet.sourceforge.net/). The modules implements Ad Hoc Networking for Linux as a kernel module. The module hooks into pre_route, local_in and local_out handlers to provide ad hoc routing.
The modele was initially developed for kernel 2.4.3 and on this version everything works as expected. For some bizarre reason, when I use a later kernel, TCP connections have problems. (i.e. I can connect via ftp, login, look at directory contents but when I start downloading a file - nothing happens). Now I ask, what changes have been made since 2.4.3, that apparently breaks functionality of the module? Any ideas? Best regards, Jacob
