Pat Whittingslow
08423d0dba
add proactive window update ( #39 )
...
* add proactive window update
* fix xnet tests due to runt padding bug
2026-02-22 12:02:53 -03:00
Patricio Whittingslow
fae4552ddb
add IP/TCP/HTTP fuzzing and fixes to panics found
2026-02-12 16:25:48 -03:00
Pat Whittingslow
85f018a02c
ethernet: MTU semantic meaning corrections, add FCS logic ( #28 )
2026-01-26 16:45:35 -03:00
ddirect
91fea9ae58
Maximum segment size fixes ( #25 )
...
* Fixed MSS sent in SYN and SYN-ACK
* Fixed tests
2026-01-25 02:37:17 -03:00
Patricio Whittingslow
1a427323f2
fix bug being unable to read from closed tcp.Conn
2026-01-12 11:05:10 -03:00
Pat Whittingslow
7698b9fb81
do not rely on unspecified Go behaviour; fix TCP ring buffer bug ( #16 )
...
* do not rely on unspecified Go behaviour; fix TCP ring buffer bug
* even more stricter error handling on tcp connections
* stricter lock copying in tcp.Conn, even though likely not a problem
* add listener and tcp pool logging
* forgot reqAddr unused
* add logging to TCPConn and friends
2026-01-05 10:03:24 -03:00
Pat Whittingslow
018f9258ac
Add tcp.Listener ( #15 )
...
* begin reviewing TCP listener
* begin adding listener tests
* adding TestExchange implementation
* split out legacy and Step tests
* move listener to tcp package
* fix up tcp tests taking very long
* add xnet.TCPPool and work on TCPPool semantics
* xnet: TCPPool only accepts established connections
* xnet: getting to bottom of panic in xnet.Listener
* xnet: improve listener tests
* fix several data races in testing fixtures
* fix more synchronization things in listener test
* finalize tcplistener test
2026-01-03 12:41:57 -03:00
Patricio Whittingslow
5731a378dd
skip infinite loop in http parsing
2026-01-01 12:21:58 -03:00
soypat
3cbef6fa92
add FieldClassOperation to pcap and associated formatting changes
2025-12-31 18:54:21 -03:00
Patricio Whittingslow
8307403c5c
add subnet to StackAsync and add test for local arp resolving
2025-12-30 18:00:50 -03:00
Patricio Whittingslow
1554b89a08
StackNode refactor: add offsetToIP argument to Encapsulate
2025-12-19 00:38:28 -03:00
Patricio Whittingslow
5e5f21a2b8
rethinking ring buffer semantics and breaking everything in the process
2025-11-05 02:35:53 -03:00
Patricio Whittingslow
46137bbbec
begin adding TxQueue failing multipacket test
2025-10-27 23:21:41 -03:00
Patricio Whittingslow
6b3a2c429c
found failing case for multipacket
2025-10-27 00:23:57 -03:00
Patricio Whittingslow
ed81d7446d
fix client reset state; add multi send tests
2025-10-26 20:45:23 -03:00
Patricio Whittingslow
1dea7fd398
refactor tests with more reusable code
2025-10-25 09:25:36 -03:00
soypat
3fa2f32737
fix timewait not counting as closed state in listen open; add second part to test
2025-10-24 18:26:59 -03:00
Patricio Whittingslow
92a245957b
keep working on xnet TCP
2025-10-23 21:18:25 -03:00
soypat
407f4a08f1
enhance xnet StackAsync test and add non-linux stubs for Tap and Bridge
2025-10-21 21:46:44 -03:00
Patricio Whittingslow
5c219ebbd5
xnet: keep working on TCPExchange test
2025-10-19 14:33:45 -03:00
Patricio Whittingslow
d731106c51
add xnet stack tcp handshake test
2025-10-18 19:51:57 -03:00
Patricio Whittingslow
86fc8fdaf5
refactor stack TCP stuff; begin adding TCP test
2025-10-17 23:36:48 -03:00