-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly duplicate the info entries of the info list in the dup_conns situation rather than building an infinite loop list, to simplify cleanup and allow send/recv to work without changes. This allows us to remove the custom free function and just use fi_freeinfo(). Filter the list for the TCP case before duplicating, because why do all the duplicating work outlined above on providers that we are going to filter out. Signed-off-by: Brian Barrett <[email protected]>
- Loading branch information
1 parent
8da405f
commit 0f72186
Showing
1 changed file
with
69 additions
and
12 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