freebsd-dev/sys/netinet/tcp_stacks
Michael Tuexen 283c76c7c3 RFC 7323 specifies that:
* TCP segments without timestamps should be dropped when support for
  the timestamp option has been negotiated.
* TCP segments with timestamps should be processed normally if support
  for the timestamp option has not been negotiated.
This patch enforces the above.

PR:			250499
Reviewed by:		gnn, rrs
MFC after:		1 week
Sponsored by:		Netflix, Inc
Differential Revision:	https://reviews.freebsd.org/D27148
2020-11-09 21:49:40 +00:00
..
bbr.c RFC 7323 specifies that: 2020-11-09 21:49:40 +00:00
rack_bbr_common.c Prevent premature SACK block transmission during loss recovery 2020-11-08 18:47:05 +00:00
rack_bbr_common.h This commit brings things into sync with the advancements that 2020-05-04 20:28:53 +00:00
rack.c RFC 7323 specifies that: 2020-11-09 21:49:40 +00:00
sack_filter.c
sack_filter.h
tcp_bbr.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
tcp_rack.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00