Re: ip_dynaddr broken in 2.4.0-test1 ?

Malware (Michael.Mueller4@post.rwth-aachen.de)
Sun, 04 Jun 2000 23:40:56 +0200


Hi Christian,

you wrote:
> new ip that i got from my isp. I have inserted some printk in
> tcp_v4_rebuild_header in /usr/src/linux/net/ipv4/tcp_ip.c
> and it seems that this function is not called after the connection
> is established, but somehow later.

That was always the case for locally generated packets. The function
tcp_v4_rebuild_header is only called on retransmit. So you have to wait
for the retransmission of the SYN.

Malware

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/