remove irrelevant comment
authorBrian Feldman <feldman@ucbvax.Berkeley.EDU>
Mon, 2 Aug 1982 23:56:33 +0000 (15:56 -0800)
committerBrian Feldman <feldman@ucbvax.Berkeley.EDU>
Mon, 2 Aug 1982 23:56:33 +0000 (15:56 -0800)
SCCS-vsn: sys/netinet/tcp_output.c 4.44

usr/src/sys/netinet/tcp_output.c

index 64c3f2b..95813f5 100644 (file)
@@ -1,4 +1,4 @@
-/*     tcp_output.c    4.43    82/08/02        */
+/*     tcp_output.c    4.44    82/08/02        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -279,7 +279,6 @@ noopt:
         * (This will keep happy those implementations which only
         * give data to the user when a buffer fills or a PUSH comes in.
         */
         * (This will keep happy those implementations which only
         * give data to the user when a buffer fills or a PUSH comes in.
         */
-/*     if (len && (ti->ti_flags & (TH_FIN|TH_RST|TH_SYN)) == 0) */
        if (len && off+len == so->so_snd.sb_cc)
                ti->ti_flags |= TH_PUSH;
 
        if (len && off+len == so->so_snd.sb_cc)
                ti->ti_flags |= TH_PUSH;