aboutsummaryrefslogtreecommitdiff
path: root/programs/ekr_loop_offload.c
AgeCommit message (Collapse)Author
2020-05-26Cleanup error reporting.Michael Tuexen
2019-09-26Improve fuzzing utilities (#384)Felix Weinrank
2019-08-08Fixed spelling issues reported by Lintian: (#344)Thomas Dreibholz
I: libusrsctp1: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libusrsctp.so.1.0.0 queing queueing I: libusrsctp-examples: spelling-error-in-binary usr/bin/ekr_loop_offload Messsage Message I: libusrsctp-examples: spelling-error-in-binary usr/bin/ekr_loop_upcall Messsage Message I: libusrsctp-examples: spelling-error-in-binary usr/bin/rtcweb unkown unknown
2019-07-31Allow ekr_loop* ports to be set via command line argument (#332)Felix Weinrank
* be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere for reporting the issue and helping to nail it down. This fixes #309. * Fix broken links, Make URLs' protocols consistent (#315) Two Links missed leading `http(s)://` and were broken. All links to `tools.ietf.org` now consistently use https. * Backport https://svnweb.freebsd.org/base?view=revision&revision=340783 * Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. * Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. * Fix cross-build linux->mingw (#320) * ekr_loop* allowed to specify ports * Buildbot trigger * Update ekr_loop.c * Update ekr_loop.c * Update ekr_loop.c * Update ekr_loop.c * revert changes * test * Revert changes
2019-06-28MinGW Support (32bit & 64bit) (#321)Felix Weinrank
* Added support for mingw64 (gcc 6.3.0) * Fixed mingw32/64 issue * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere for reporting the issue and helping to nail it down. This fixes #309. * Fix broken links, Make URLs' protocols consistent (#315) Two Links missed leading `http(s)://` and were broken. All links to `tools.ietf.org` now consistently use https. * Backport https://svnweb.freebsd.org/base?view=revision&revision=340783 * Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. * Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. * Fix cross-build linux->mingw (#320) * Fix compile error due to merge mistake. * test commit * Add MinGW and MinGW64 support * MinGW support, polishing * Sanitize non C-style comments * Revert uint32_t casting for htonl * Ignore wformat errors on GCC + MinGW platforms
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
* buildbot trigger * Searching for bugs... * searching for bugs * dont write packets * Update README * sync * sync * sync * sync * sync * sync * sync * sync * synv * use central helper functions * sync * include programs_helper.c for windows * windows buildfix * nmake windows buildfix * http client to be more verbose * logic fix
2017-06-25Address signess issues.Michael Tuexen
These issues are reported in https://github.com/sctplab/usrsctp/pull/150
2016-12-30Maybe the Windows compiler understands %zuMichael Tuexen
2016-12-30Add example for using CRC32C offload.Michael Tuexen