-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This Multipath TCP Daemon alpha release replaces support for the deprecated MPTCP generic netlink API with the one found in the multipath-tcp.org 0.95+ kernel (see multipath-tcp/mptcp@4ea5dee), and has been verified to work with that kernel. Several actual and potential memory access violations were fixed in the mptcpd network monitor, path manager, and "sspi" plugin. The mptcp.service systemd service file now correctly grants the necessary privilege (CAP_NET_ADMIN) for proper operation of the mptcpd program.
- Loading branch information
Ossama Othman
authored
Jun 11, 2019
1 parent
be7220d
commit fb65ae4
Showing
4 changed files
with
18 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([mptcpd], | ||
[0.1a], | ||
[0.2a], | ||
[[email protected]], | ||
[], | ||
[https://01.org/multipath-tcp-linux]) | ||
|