Skip to content

Commit bb5614b

Browse files
committed
Fix return value
1 parent 2e97534 commit bb5614b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reset/rst_sync_close_wait.pkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
// Our application writes 1000 bytes.
2626
// This should produce a runtime error, since the connection has been reset.
27-
0.130 write(4, ..., 1000) = 1000
27+
0.130 write(4, ..., 1000) = -1

0 commit comments

Comments
 (0)