]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256556:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Nov 2013 23:00:09 +0000 (23:00 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Nov 2013 23:00:09 +0000 (23:00 +0000)
commit97f391005508477c79b2b503e961eaa45d93b398
tree618b58ff39c6c03639a4eff4b4aa8569fe047dba
parent1ece75471ed02a57414ab2c740b1b540d1b4c35c
MFC r256556:
Remove a buggy comparision when setting manually the path MTU.
After fixing, the comparision would have become redundant.
Thanks to Andrew Galante for reporting the issue.

MFC r257272:
Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.
The issue was reported by Andrew Galante.

MFC r257274:
Fix the value of *optlen when calling getsockopt() for
SCTP_REMOTE_UDP_ENCAPS_PORT.
This issue was reported by Andrew Galante.

MFC r257359:
Terminate a debug output with a \n.

MFC r257555:
Changes from upstream to improve compilation when INET or INET6
or none of them is defined.

MFC r257574:
Unlock the lock before destroying it.
This issue was reported by Andrew Galante.

MFC r257800:
Use htons()/ntohs() appropriately.
These issues were reported by Andrew Galante.

MFC r257803:
Make sure that we don't try to build an ASCONF-ACK chunk
larger than what fits in the the mbuf cluster.
This issue was reported by Andrew Galante.

MFC r257804:
Get rid of the artification limitation enforced by
SCTP_AUTH_RANDOM_SIZE_MAX.
This was suggested by Andrew Galante.

MFC r258221:
Cleanups which result in fixes which have been made upstream
and where partially suggested by Andrew Galante.
There is no functional change in FreeBSD.

MFC r258224:
When determining if an address belongs to an stcb, take the address family
into account for wildcard bound endpoints.

MFC r258228:
Remove a stray write operation.

MFC r258235:
Use SCTP_PR_SCTP_TTL when the user provides a positive
timetolive in sctp_sendmsg().

Approved by: re@

git-svn-id: svn://svn.freebsd.org/base/stable/10@258454 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
sys/netinet/sctp_asconf.c
sys/netinet/sctp_auth.c
sys/netinet/sctp_auth.h
sys/netinet/sctp_bsd_addr.c
sys/netinet/sctp_constants.h
sys/netinet/sctp_indata.c
sys/netinet/sctp_output.c
sys/netinet/sctp_pcb.c
sys/netinet/sctp_timer.c
sys/netinet/sctp_usrreq.c
sys/netinet/sctputil.c
sys/netinet6/sctp6_usrreq.c