1.) If not using delayed acks, must still ack packets which are
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Wed, 30 Oct 1985 06:24:43 +0000 (22:24 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Wed, 30 Oct 1985 06:24:43 +0000 (22:24 -0800)
otherwise dropped as duplicates.
2.) Kernel should return error on illegal socket option requests.
(or pass them further down the layers at some future date?)

SCCS-vsn: sys/netns/spp_usrreq.c 6.15

usr/src/sys/netns/spp_usrreq.c

index acf73d6..296f8d4 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)spp_usrreq.c        6.14 (Berkeley) %G%
+ *     @(#)spp_usrreq.c        6.15 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"