aboutsummaryrefslogtreecommitdiff
path: root/programs/ekr_peer.c
AgeCommit message (Expand)Author
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
2017-09-01Fix CID 168598Michael Tuexen
2017-06-25Address signess issues.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-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-08-26coding style: if() -> if ()Felix Weinrank
2015-08-25check if enough arguments were setFelix Weinrank
2015-08-01ekr_peer: inet_addr() -> inet_pton()Felix 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-07-26Use correct length for IPv4.t00fcxen
2013-02-10Update programs to use the new API.t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2013-01-07We don't support ECN at the UDP layer, so don't announce it at thet00fcxen
2012-09-15Address two more warnings reported by Jan Beich.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-07-24Whitespace changes.tuexen
2012-07-17Get programs compiling if #SCTP_DEBUG is not defined.tuexen
2012-07-14Casting..tuexen
2012-07-14Windows doesn't support snprintf().tuexen
2012-07-14Use non-blocking socket.tuexen
2012-07-14Add peer example. Some notifications are not yet working as expected.tuexen