-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ccp_nl: multiplex IPC onto one netlink socket
Instead of allocating a new netlink socket per TCP connection - this is a bad idea since the kernel by default allows only 32 netlink sockets to be opened - have a single socket allocated on module load, and multiplex traffic from connections to the ccp onto this. To make this work, consolidate the headers.
- Loading branch information
1 parent
2729dde
commit ef10532
Showing
10 changed files
with
229 additions
and
329 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.