TCP: synsent reject.

Adam (adam@eax.com)
Fri, 11 Aug 2000 23:34:16 -0400 (EDT)


I get quite a bit of those in my logs from time to time.
any idea what it could be caused by?

Linux pepsi 2.4.0-test5 #1 SMP Fri Jul 28 10:13:42 EDT 2000 i686 unknown

TCP: synsent reject.
TCP: synsent reject.
[and so on ...]

/usr/src/linux/net/ipv4/tcp_input.c
static int tcp_rcv_synsent_state_process() {
if (th->ack) {
if (tp->saw_tstamp) {
if (tp->rcv_tsecr == 0) {
} else if ((__s32)(tp->rcv_tsecr - tcp_time_stamp) > 0 ||
(__s32)(tp->rcv_tsecr - tp->syn_stamp) < 0) {
NETDEBUG(if (net_ratelimit()) printk(KERN_DEBUG "TCP: synsent reject.\n"));

-- 
Adam
http://www.eax.com      The Supreme Headquarters of the 32 bit registers

- 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/