forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Squash to "mptcp: infinite mapping receiving"
Please update the commit log too: ''' This patch added the infinite mapping receiving logic. In mptcp_incoming_options(), invoke the new helper function mptcp_infinite_map_received() to check whether the infinite mapping is received. If it is, set the infinite_map flag of struct mptcp_ext. In get_mapping_status(), if the infinite mapping is received, set the map_data_len of the subflow to 0. In subflow_check_data_avail(), only reset the subflow when the map_data_len of the subflow is non-zero. ''' Signed-off-by: Geliang Tang <geliang.tang@suse.com>
- Loading branch information
1 parent
2f111a6
commit ca85326898507008f999c544140bfcecb30316b3
Showing
2 changed files
with
14 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