TCP: synsent reject.

From: Adam (adam@eax.com)
Date: Fri Aug 11 2000 - 22:34:16 EST


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/



This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:26 EST