summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/testbench
AgeCommit message (Expand)Author
2020-04-23Simplify Docker test infrastructure.Adin Scannell
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-15Use hex.Dump for Layer.String() of byte slices.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-08Dereference pointers in Layer's Stringer implgVisor bot
2020-04-08Return all packets when Expect fails.Eyal Soha
2020-04-07Test TCP sender behavior against window shrinkinggVisor bot
2020-04-07Internal change.gVisor bot
2020-04-06Sort posix service functionsEyal Soha
2020-04-06Implement Stringer for LayerEyal Soha
2020-04-01Add context.Context argument to XxxWithErrno functionsEyal Soha
2020-03-31Test receiving multicast packets over UDPEyal Soha
2020-03-17Packetimpact in Go with c++ stubEyal Soha