patch-2.0.37 linux/net/netrom/af_netrom.c
Next file: linux/net/netsyms.c
Previous file: linux/net/netlink.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Jun 13 10:21:04 1999
- Orig file:
v2.0.36/linux/net/netrom/af_netrom.c
- Orig date:
Sun Nov 15 21:51:47 1998
diff -u --recursive --new-file v2.0.36/linux/net/netrom/af_netrom.c linux/net/netrom/af_netrom.c
@@ -960,10 +960,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_dm(skb, 1);
+#endif
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov