User Details
- User Since
- Feb 4 2016, 4:45 PM (530 w, 2 d)
Yesterday
Thanks for the effort of writing an initial man page. I wanted to do this for a long time...
Fri, Apr 3
Wed, Apr 1
Tue, Mar 31
Mon, Mar 30
The Linux socket option also bound the time user data remains un-transmitted. I guess this is not handled by the FreeBSD one.
I think arbitrary unrelated constants should not be put into a single enum.
Sun, Mar 29
I did a stress test on my ten64 and it is now sending traffic without any problems.
Tue, Mar 24
Sun, Mar 22
Thu, Mar 19
Mar 4 2026
Mar 2 2026
Feb 28 2026
Feb 27 2026
Feb 26 2026
Does this patch solve any problem?
Address comment raised by glebius.
Feb 25 2026
Use names for members in struct tcpcb as suggested by glebius.
Committed in 8d2f910ceb0f.
Feb 24 2026
Feb 23 2026
OK.
being in CLOSE_WAIT should still allow ack's to go out. I will change that...
I added a script which show the behavior before the patch. I also cleaned up the formatting of the script showing the behavior after the script.
What is with BBR?
Feb 22 2026
Feb 21 2026
With context.
Rebase and cleanup.
Feb 20 2026
Minor cleanup.
Update names of structure and provide a way that setsocktion SO_LINGER is not required anymore.
Feb 19 2026
Improve inputs validation for UDP encapsulated TCP segments.
Feb 18 2026
Fix checksum computation.
Fix TCP over UDP tunneling.
Fix sender side stats counter and teach netstat how to print the stats counters added in this patch.
Allow socket option processing on inps with the INP_DROPPED flag set only for getsockopt() of the IPPROTO_TCP-level socket option with name TCP_RST_REASON_CODE, as glebius suggested.
