tcp_input.c in linux 2.4.30 bug!!!! for NIS & ypbind cannot connect

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have come across a bug that make ypbind(on Linux) not connect to a
Solaris 9
serrver running as the NIS server. 
It does not matter if I use a broadcast command or server in the yp.conf
file it still cannot find/connect the server.
 

I have tested this on redhat 2.1, 3 and gentoo current.
with kernel 2.4.30 vanilla
Redhat 2.1  = works 
Redhat 3.0 = DOES NOT work
Gentoo Linux = DOES NOT work

This fixes my problem in 2.4.30 tcp_input.c tcp_undo_cwr :

   tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh<<1);

   /*
   if (tcp_is_bic(tp))
      tp->snd_cwnd = max(tp->snd_cwnd, tp->bictcp.last_max_cwnd);
    else
     tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh<<1);
   */

-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux