Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
41e76c86
Commit
41e76c86
authored
Aug 14, 2015
by
tuexen
Browse files
Allow the path MTU to grow up to the outgoing interface MTU.
MFC after: 3 days
parent
ac0e7179
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/netinet/sctp_timer.c
View file @
41e76c86
...
...
@@ -1492,6 +1492,8 @@ sctp_pathmtu_timer(struct sctp_inpcb *inp,
#endif
if
(
mtu
>
next_mtu
)
{
net
->
mtu
=
next_mtu
;
}
else
{
net
->
mtu
=
mtu
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment