commit 2f43d6e91930c4634da5b7b5a150cbf0b7c10010 from: Sergey Bronnikov date: Fri Jan 17 09:35:47 2020 UTC tolerance commit - 41eefec10e50104bedd5b6a85c9fc252db7cdde2 commit + 2f43d6e91930c4634da5b7b5a150cbf0b7c10010 blob - 7bb273bab29e0643583be2a1f8875f9193acc500 blob + 072a86aecfb7a456fed7ecf614fb38e6e99bf488 --- testcases/udp/udp_bug.pkt +++ testcases/udp/udp_bug.pkt @@ -1,4 +1,6 @@ // Source: https://github.com/nplab/packetdrill +--tolerance_usecs=100000 + 0.000 socket(..., SOCK_DGRAM, IPPROTO_UDP) = 3 +0.000 bind(3, ..., ...) = 0 +1.000 < udp(1000) blob - db190dcf103de3eb349e8fcdd939d689cb01a6fe blob + 1a636ae09108bf4749d62f434ef89d92194903e8 --- testcases/udp/udp_client.pkt +++ testcases/udp/udp_client.pkt @@ -1,4 +1,6 @@ // Source: https://github.com/nplab/packetdrill +--tolerance_usecs=100000 + 0.000 socket(..., SOCK_DGRAM, IPPROTO_UDP) = 3 +1.000 sendto(3, ..., 1000, 0, ..., ...) = 1000 +0.000 > udp(1000) blob - 42ed8d24cc0f90ae24b501ff2182c4ec5e92d77f blob + 66527d520d0e3753760b2d6154a39a1c760a0236 --- testcases/udp/udp_server.pkt +++ testcases/udp/udp_server.pkt @@ -1,4 +1,6 @@ // Source: https://github.com/nplab/packetdrill +--tolerance_usecs=100000 + 0.000 socket(..., SOCK_DGRAM, IPPROTO_UDP) = 3 +0.000 bind(3, ..., ...) = 0 +1.000 < udp(1000)