Skip to content

Commit

Permalink
tg import create t/mptcp-create-the-listening-socket-for-new-port
Browse files Browse the repository at this point in the history
  • Loading branch information
matttbe committed Jan 16, 2021
1 parent 6cbbab8 commit 7e8c2c5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .topmsg
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>

0 comments on commit 7e8c2c5

Please sign in to comment.