]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove TCP options ordering assumptions in tcp_addoptions(). Ordering
authorAndre Oppermann <andre@FreeBSD.org>
Mon, 7 Apr 2008 19:09:23 +0000 (19:09 +0000)
committerAndre Oppermann <andre@FreeBSD.org>
Mon, 7 Apr 2008 19:09:23 +0000 (19:09 +0000)
commit3a4018c4e87b92d5c2ca32e0e4e949a1b811bd8f
treea001e21f4e03a25a91c9d9e8ae6600bc995818df
parent5b2e33eab5841b63f4c84f926b5513d5de52da15
Remove TCP options ordering assumptions in tcp_addoptions().  Ordering
was changed in rev. 1.161 of tcp_var.h.  All option now test for sufficient
space in TCP header before getting added.

Reported by: Mark Atkinson <atkin901-at-yahoo.com>
Tested by: Mark Atkinson <atkin901-at-yahoo.com>
MFC after: 1 week
sys/netinet/tcp_output.c