aboutsummaryrefslogtreecommitdiff
path: root/programs/ekr_loop.c
AgeCommit message (Expand)Author
2020-05-26Cleanup error reporting.Michael Tuexen
2020-03-16Set default MTU for an endpoint to 9000 bytes.Michael Tuexen
2020-02-03ekr_loop - Fix bug (#425)Felix Weinrank
2020-02-03Handle usrsctp_sendv EWOULDBLOCK (#424)Felix Weinrank
2020-01-20Compilefix 2020 01a (#420)Felix Weinrank
2019-09-26Improve fuzzing utilities (#384)Felix Weinrank
2019-08-01Improved ekr_loop logging (#334)Felix Weinrank
2019-07-31Allow ekr_loop* ports to be set via command line argument (#332)Felix Weinrank
2019-07-22Fix ekr_loop. (#326)Michael Tüxen
2019-06-28MinGW Support (32bit & 64bit) (#321)Felix Weinrank
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
2019-01-16Limit size of memory in socket option handling.Michael Tuexen
2017-11-05Send two ordered messages.Michael Tuexen
2017-11-05Inrease the message size for testing again.Michael Tuexen
2017-09-19Remove message size to work around a bug.Michael Tuexen
2017-06-25Address signess issues.Michael Tuexen
2016-06-30Don't use 9899 as the port number.Michael Tuexen
2016-05-10WSAGetLastError() returns an int.Michael Tuexen
2016-05-10ntohl() returns an unsigned int.Michael Tuexen
2016-05-09Seems like NetBSD does implement a cancelation point for recv().Michael Tuexen
2016-05-02Enable debug to figure out what is going on on NetBSD.Michael Tuexen
2016-03-26Less warnings.Michael Tuexen
2015-12-05Use correct thread main functions on Windows.Michael Tuexen
2015-11-13Initilize socket library on Windows.Michael Tuexen
2015-09-01use heap memory for the message send instead of stack memoryFelix Weinrank
2015-08-26coding style: if() -> if ()Felix Weinrank
2015-08-25ekr_loop: exit on error and disabled verbose debug outputFelix Weinrank
2013-11-30Style change.t00fcxen
2013-11-30Improve cleanup at the end.t00fcxen
2013-11-14Clean up threads when the program terminates.t00fcxen
2013-09-07Add code to show how to set send and receive buffer sizes.t00fcxen
2013-02-10Update programs to use the new API.t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-12-28Register addresses.t00fcxen
2012-12-27Fix makefile for Windows, improve error handling.t00fcxen
2012-12-26Add support for packet dumping. The output can be processed byt00fcxen
2012-09-08Whitespace changes.t00fcxen
2012-09-08Use specific binding. This does not yet work, but here is thet00fcxen
2012-09-08Enable debug output.t00fcxen
2012-09-08No command line args are used.t00fcxen
2012-09-07Try to get it compiling on Windows.t00fcxen
2012-09-07Use SCTP_DEBUG_NONE instead of 0.t00fcxen
2012-09-04Cleanup programs such that they don't use defines used in the libt00fcxen
2012-09-04Use HAVE_SIN_LEN, HAVE_SIN6_LEN and HAVE_SCONN_LEN.t00fcxen
2012-08-16Add casts to void *.tuexen
2012-07-24Add standalone example for EKR.tuexen