generated from soypat/go-module-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TCP control fuzzing and bugfixes (#24)
* fuzz client implementation with actions * SCB method returns pointer * add TCB logic fuzzer with action engine * add FuzzTCBActions * add seqs.StringExchange * move seqs base types into seqs.go; better appendStringExchange implementation * refactor Exchanger to store more segment metadata; cleaner TestTCPConnClientActionFuzz * zero window case handling; correctly calculate outgoing segment length; fix tests * fix tests; add note to find better behaviour in one test
- Loading branch information
Showing
87 changed files
with
790 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.