-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit test coverage for custom UDP connection identifiers
Adds unit testing to ensure that a custom UDP connection identifier results in expected behavior. Testing adheres to the following steps: 1. Initiate 5 connections using remote address as identifier. 2. Send message on each connection that results in migration from remote address identifier to custom identifier. 3. Spawn 20 clients, each assigned to send one message on one of the connections (total of 4 messages on each connection). 4. Spawn 5 servers and ensure that each receives the first initiation and set messages, then 4 messages, each originating from a different remote address. Signed-off-by: Daniel Mangum <[email protected]>
- Loading branch information
Showing
1 changed file
with
182 additions
and
9 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