aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/user_recv_thread.c
AgeCommit message (Expand)Author
2020-05-05user_recv_thread: set fd to -1 when closing (#461)Matthew Waters
2020-04-20Honor sysctl variable sctp_no_csum_on_loopback not only for SCTP/IPv4.Michael Tuexen
2019-06-28MinGW Support (32bit & 64bit) (#321)Felix Weinrank
2019-05-01Improve and of ICMP messages on Windows.Michael Tuexen
2019-04-25be more verbose (#312)Felix Weinrank
2019-01-14Fix SCTP/UDP/IPv6 on FreeBSD.Michael Tuexen
2018-12-11Ignore EINTR.Michael Tuexen
2018-12-11Handle EINTR error in the receive functionsVasil Velichkov
2018-05-08Remove stray =.Michael Tuexen
2018-05-08Don't invalidate the sockets, since even they are closed,Michael Tuexen
2018-04-26recv_thread: Invalidate socket after closingJustin Kim
2017-12-07Retire SCTP_WITH_NO_CSUM.Michael Tuexen
2017-11-10Fix signedness bug.Michael Tuexen
2017-07-19Sync with sctp-idata.Michael Tuexen
2017-06-25More signed/unsigned issues.Michael Tuexen
2017-06-25Address some signed/unsigned issues.Michael Tuexen
2017-06-25Address windows type mismatches.Michael Tuexen
2016-04-19This should fix issue 69.Michael Tuexen
2016-03-24More SOCKET stuff.Michael Tuexen
2016-02-20Improve checksum handling over loopback.Michael Tuexen
2016-02-20Don't leak memory via addresses anymore.Michael Tuexen
2016-02-20Use NULL as an interface pointer.Michael Tuexen
2016-02-20Use NULL as an interface address pointer.Michael Tuexen
2015-12-05Fix compilation in Windows.Michael Tuexen
2015-12-05s/sctp_create_thread/sctp_userspace_create_thread/Michael Tuexen
2015-12-03Fix calling convention mismatch for thread creation argumentReid Kleckner
2015-11-13Don't call functions with declarations.Michael Tuexen
2015-09-05Set threadnames also on FreeBSD and shorten the names.Michael Tuexen
2015-09-04Initilize variable using memset.Michael Tuexen
2015-09-04Assign names to threads.Michael Tuexen
2015-08-26coding style: if() -> if ()Felix Weinrank
2015-05-03Don't exit the receiver thread if a multicast or broadcast packett00fcxen
2013-12-27Improve support of NetBSD and OpenBSD.t00fcxen
2013-11-14Don't use pthread_exit() and ExitThread() explicitly.t00fcxen
2013-11-14Free mbufs after they have been processed.t00fcxen
2013-10-29Get SCTP_WITH_NO_CSUM working.t00fcxen
2013-08-03* Add support for exporting the SCTP stats.t00fcxen
2013-02-10Backport changes from Mozilla.t00fcxen
2012-12-10Use consistently new defines.t00fcxen
2012-09-17Don't define __USE_GNU, compile with -D_GNU_SOURCE instead.t00fcxen
2012-09-17Make #ifdefs consistent.t00fcxen
2012-09-17Fix XP as suggsted by Irene.t00fcxen
2012-09-15Cleanup code, which should also address a warning.t00fcxen
2012-09-14Use recvmsg() in all cases.t00fcxen
2012-09-14Fix checksum computation optimizations.t00fcxen
2012-09-12Use HAVE_SA_LEN.t00fcxen
2012-09-12Adjust coditional variable functions for WIN XP.iruengeler
2012-09-05Address some warnings.t00fcxen
2012-09-04More Linux stuff.t00fcxen
2012-09-04Improve compilation.t00fcxen