It is this patch part:
---------------------------------------------------------------
diff -u --recursive --new-file v2.0.0/linux/net/ipv4/af_inet.c linux/net/ipv4/af
_inet.c
--- v2.0.0/linux/net/ipv4/af_inet.c Sun Jun 9 13:28:47 1996
+++ linux/net/ipv4/af_inet.c Tue Jul 2 19:08:43 1996
@@ -926,7 +926,7 @@
* Reuse ?
*/
- if (!sk2->reuse || sk2->state==TCP_LISTEN)
+ if (!sk2->dead)
{
sti();
return(-EADDRINUSE);
Yes, Linus, good idea not to accept large patches until 2.1 :-)
calle
-- calle@calle.in-berlin.de