[Bug 206122] tcp keep-alive message sent without timestamp option

2016-12-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206122 Hiren Panchasara changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 206122] tcp keep-alive message sent without timestamp option

2016-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206122 Mark Linimon changed: What|Removed |Added Keywords||patch Assignee|freebsd-b.

Re: tcp keep-alive message sent without timestamp option

2015-12-24 Thread Ben Woods
On Thursday, 24 December 2015, Yongmin Cho wrote: > Hi, all. > > I have checked tcp keep-alive in freebsd head. > According to RFC7323, tcp timestamp option must be sent with > keep-alive packet after timestamp option has been negotiated. > So I have tested this on linux-3.13.0. > tcp keep-alive

tcp keep-alive message sent without timestamp option

2015-12-23 Thread Yongmin Cho
Hi, all. I have checked tcp keep-alive in freebsd head. According to RFC7323, tcp timestamp option must be sent with keep-alive packet after timestamp option has been negotiated. So I have tested this on linux-3.13.0. tcp keep-alive message is sent with timestamp option on linux-3.13.0. But on fre