Linux Netfilter discussions
 help / color / mirror / Atom feed
* NF_STOLEN effect on TCP
@ 2003-11-11 19:13 A K A
  2003-11-11 21:59 ` Problem with FORWARD hook Leonid Veytser
  0 siblings, 1 reply; 8+ messages in thread
From: A K A @ 2003-11-11 19:13 UTC (permalink / raw)
  To: netfilter

(include my address in the replies, i am not
subscribed to the list).


hello all,



Ok I have been stuck on this for tooo long and cant
figure it out. I have made an LKM which registers to
NF_POST_ROUTING hook. it gets a packet and if matches
a certain criterion then it puts it on to my private
Queue and returns NF_STOLEN. By putting the packet on
the Queue I am delaying the packets by arround 4 ms.

Now here is the problem for the case of a TCP packet:
A TCP SYN was selected to be delayed. So my hook
returns NF_STOLEN and the packet is sent 4 ms latter
using ip_send(), initated by an ioctl called from a
user application. next my host receives a syn+ack
and imediately sends an ack. However the first data
packet is sent out at a delay arround 4ms also. which
is very odd. cuz in the user application the send
function is called right after connect. I was
expecting only the syn packet to be affected because
of my delay, but there is some sort of reaction.

I dont think that its because of some RTT calculations
because when i send the SYN packet imdediately and
delay it at the peer then the first data packet goes
on fine.

Now I have been stuck with this damn thing for a long
while and cant figure out---is it the stealing that
results in this. is this some expected behavior of
TCP. .. please can u help me with this soon.


regards,

Asad

ps: i can send you a trace plot of the tcp seq vs time
as an attachment if you would like to see it.

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-11-21 20:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-11 19:13 NF_STOLEN effect on TCP A K A
2003-11-11 21:59 ` Problem with FORWARD hook Leonid Veytser
2003-11-11 22:06   ` Stuart J. Browne
2003-11-11 22:12   ` Antony Stone
2003-11-11 22:55     ` NF_QUEUE target and ip_queue.c Leonid Veytser
2003-11-21 20:15       ` Checksumming Issues Leonid Veytser
2003-11-21 20:27         ` Antony Stone
2003-11-12  0:40     ` Problem with FORWARD hook Leonid Veytser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox