patch-2.2.0-pre6 linux/net/netrom/af_netrom.c
Next file: linux/net/netsyms.c
Previous file: linux/net/ipv4/tcp.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Jan 7 09:27:47 1999
- Orig file:
v2.2.0-pre5/linux/net/netrom/af_netrom.c
- Orig date:
Fri Oct 23 22:01:27 1998
diff -u --recursive --new-file v2.2.0-pre5/linux/net/netrom/af_netrom.c linux/net/netrom/af_netrom.c
@@ -892,11 +892,18 @@
*/
if (frametype != NR_CONNREQ) {
/*
+ * Here it would be nice to be able to send a reset but
+ * NET/ROM doesn't have one. The following hack would
+ * have been a way to extend the protocol but apparently
+ * it kills BPQ boxes... :-(
+ */
+#if 0
+ /*
* Never reply to a CONNACK/CHOKE.
*/
if (frametype != NR_CONNACK || flags != NR_CHOKE_FLAG)
nr_transmit_refusal(skb, 1);
-
+#endif
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov