summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-03-02 08:40:47 +0000
committerbz <bz@FreeBSD.org>2008-03-02 08:40:47 +0000
commitdaec28c548d6859f11798cb56bc67d05c42165fb (patch)
treec8ae39a91ec6dcd9a6c141554b5a1e10731500f6 /Makefile.inc1
parentc12e39a76d99b66e5c96187f3f19e6e6b08419df (diff)
downloadFreeBSD-src-daec28c548d6859f11798cb56bc67d05c42165fb.zip
FreeBSD-src-daec28c548d6859f11798cb56bc67d05c42165fb.tar.gz
Some "cleanup" of tcp_mss():
- Move the assigment of the socket down before we first need it. No need to do it at the beginning and then drop out the function by one of the returns before using it 100 lines further down. - Use t_maxopd which was assigned the "tcp_mssdflt" for the corrrect AF already instead of another #ifdef ? : #endif block doing the same. - Remove an unneeded (duplicate) assignment of mss to t_maxseg just before we possibly change mss and re-do the assignment without using t_maxseg in between. Reviewed by: silby No objections: net@ (silence) MFC after: 5 days
Diffstat (limited to 'Makefile.inc1')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud