aboutsummaryrefslogtreecommitdiff
path: root/programs/tsctp.c
AgeCommit message (Expand)Author
2019-01-09Cherrypick branchFelix Weinrank
2017-09-01Fix CID 168888Michael Tuexen
2017-07-16tsctp: fix compiler warningFelix Weinrank
2017-07-16tsctp: Windows compile fixFelix Weinrank
2017-07-16Fix compiler warnings for more strict compiler flagsFelix Weinrank
2017-06-25Use lowercase names for include files.Michael Tuexen
2016-03-26Less warnings.Michael Tuexen
2015-12-29Fix tsctp sender when using callbacksFelix Weinrank
2015-12-05Use correct thread main functions on Windows.Michael Tuexen
2015-11-07Fire the send callback when an INIT-ACK is received.Michael Tuexen
2015-11-07Use perror for reporting errors of usrsctp_* calls.Michael Tuexen
2015-08-26coding style: if() -> if ()Felix Weinrank
2015-07-31tsctp: change inet_addr -> inet_ptonFelix Weinrank
2015-06-26Small cleanups. No functional changes.t00fcxen
2015-06-18Get it hopefully compiling on Windows.t00fcxen
2015-06-18Allow specifying the local address. Thanks to Felix Weinrankt00fcxen
2015-04-27Use appropriate callbacks.t00fcxen
2015-04-23Allow the send/recv buffer to be configured.t00fcxen
2015-03-18More usrsctp_sendv() fixes...t00fcxen
2015-03-18Fix the sctp_sendv() flags.t00fcxen
2014-09-07Fix a bug which may or may not be related to a warning reportedt00fcxen
2013-11-30Style change.t00fcxen
2013-08-16Use correct return type for getopt().t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-09-07Address more warnings.t00fcxen
2012-09-07Fix the call usrsctp_recvv().t00fcxen
2012-09-07Use SCTP_DEBUG_NONE instead of 0.t00fcxen
2012-09-04Add missing include.t00fcxen
2012-09-04Fix synta error.t00fcxen
2012-09-04Cleanup programs such that they don't use defines used in the libt00fcxen
2012-07-17Get programs compiling if #SCTP_DEBUG is not defined.tuexen
2012-07-06Add hooks for AF_CONN and a skeleton of example programs.tuexen
2012-05-27Sync with main sources and add the ulp_info stuff to the apps.tuexen
2012-05-21Provide some more debug output.tuexen
2012-05-19Use new API.tuexen
2012-04-19I should learn counting...tuexen
2012-04-19Some improvements.tuexen
2012-04-19No CALLBACK_API anymore.tuexen
2012-04-16Provide a userspace_finish() function. This should allow for cleaning uptuexen
2012-01-20Use command line argument consistently.tuexen
2012-01-20Small cleanup.tuexen
2012-01-18Fix Windows warnings.tuexen
2012-01-08Add blackholing.tuexen
2011-12-15Debug info, please...tuexen
2011-12-15Let's compile the apps.tuexen
2011-12-15Windows changes.tuexen
2011-11-29Fix documentation output.tuexen
2011-11-20Add support for configuring the local encapsulation port.tuexen
2011-11-18Don't use sysctl's for controlling UDP encaps.tuexen
2011-11-16Less includes.tuexen