summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/testbench/connections.go
AgeCommit message (Expand)Author
2020-09-01Fix handling of unacceptable ACKs during close.Mithun Iyer
2020-07-27Ask for *testing.T instead of storing itJay Zhuang
2020-07-22make connect(2) fail when dest is unreachableKevin Krakauer
2020-07-14Add support for UDP IPv6Jay Zhuang
2020-06-11Refactor packetimpact Connection typesgVisor bot
2020-06-05Handle TCP segment split cases as per MSS.Mithun Iyer
2020-05-29Test TCP should queue RECEIVE request in SYN-SENTZeling Feng
2020-05-26Automated rollback of changelist 311424257gVisor bot
2020-05-13Automated rollback of changelist 311285868Bhasker Hariharan
2020-05-13Replace test_runner.sh bash script with Go.Ian Gudger
2020-05-11Internal change.gVisor bot
2020-05-08Add UDP send/recv packetimpact tests.Bhasker Hariharan
2020-04-28Internal change.gVisor bot
2020-04-24Add ICMP6 param problem testEyal Soha
2020-04-24Better error message from ExpectFrameEyal Soha
2020-04-22Add comments about deepcopy in Layer.incoming()Eyal Soha
2020-04-21Don't ignore override if it is longer than layerStatesgVisor bot
2020-04-16Use multierr in packetimpact Connection.Close()Eyal Soha
2020-04-16Test TCP behavior when receiving unacceptable segment in CLOSE_WAITgVisor bot
2020-04-15Add tests for segments outside the receive window.Eyal Soha
2020-04-15Refactor connections.go to make it easier to add new connection types.Eyal Soha
2020-04-13Add Sniffer.Drain() draining socket receive buffergVisor bot
2020-04-12Refactor parser to use a for loop instead of recursion.Eyal Soha
2020-04-11Improve error messages when parsing headers.Eyal Soha
2020-04-08Return all packets when Expect fails.Eyal Soha
2020-04-07Test TCP sender behavior against window shrinkinggVisor bot
2020-03-31Test receiving multicast packets over UDPEyal Soha
2020-03-17Packetimpact in Go with c++ stubEyal Soha