You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes more sense to check the acceptd fd instead of listen fd in this
test case.
Fixesgoogle#70.
Signed-off-by: Jianfeng Tan <henry.tjf@antgroup.com>
Is this a typo or deliberate? This line checked the listen fd (3), instead of accepted fd (4)?
https://github.com/google/packetdrill/blob/master/gtests/net/tcp/inq/server.pkt#L50
I guess the original purpose is to check this?
+0 read(4, ..., 2000) = 0
The text was updated successfully, but these errors were encountered: