Date: Sat, 20 Nov 2010 19:37:00 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_timer.c sctp_usrreq.c sctputil.c sctputil.h Message-ID: <201011201937.oAKJbPNM082664@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2010-11-20 19:37:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_timer.c sctp_usrreq.c sctputil.c sctputil.h Log: SVN rev 215583 on 2010-11-20 19:37:00Z by tuexen MFC r214939: 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. Revision Changes Path 1.43.2.13 +1 -41 src/sys/netinet/sctp_timer.c 1.67.2.15 +1 -1 src/sys/netinet/sctp_usrreq.c 1.93.2.25 +32 -17 src/sys/netinet/sctputil.c 1.37.2.6 +2 -1 src/sys/netinet/sctputil.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011201937.oAKJbPNM082664>