]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not have the MTU table twice in the code. Therefore move the
authortuexen <tuexen@FreeBSD.org>
Sun, 7 Nov 2010 18:50:35 +0000 (18:50 +0000)
committertuexen <tuexen@FreeBSD.org>
Sun, 7 Nov 2010 18:50:35 +0000 (18:50 +0000)
commit557f7dc61c5f3a7e4afba6cd77a126662c626f71
tree77af1ab00266f89fccd57bd3c5fad0987393dd07
parentde6ea2ac5cd25dc1ab1079c39e1331345f664d07
Do not have the MTU table twice in the code. Therefore move the
function from the timer code to util, rename it appropriately and
also fix a bug in sctp_get_prev_mtu(), where calling it with a
value existing in the MTU table did not return a smaller one.

MFC after: 3 days.
sys/netinet/sctp_timer.c
sys/netinet/sctp_usrreq.c
sys/netinet/sctputil.c
sys/netinet/sctputil.h