-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tg import create t/mptcp-create-the-listening-socket-for-new-port
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
From: Matthieu Baerts <matthieu.baerts@tessares.net> | ||
Subject: [PATCH] t/mptcp-create-the-listening-socket-for-new-port | ||
From: Geliang Tang <geliangtang@gmail.com> | ||
Subject: [PATCH] mptcp: create the listening socket for new port | ||
|
||
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> | ||
This patch creates a listening socket when an address with a port-number | ||
is added by PM netlink. Then binds the new port to the socket, and | ||
listens for new connections. | ||
|
||
When the address is removed or the addresses are flushed by PM netlink, | ||
release the listening socket. | ||
|
||
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> | ||
Signed-off-by: Geliang Tang <geliangtang@gmail.com> |