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