aboutsummaryrefslogtreecommitdiff
path: root/programs/client.c
AgeCommit message (Expand)Author
2017-10-01Whitespace change.Michael Tuexen
2017-10-01Whitespace changes.Michael Tuexen
2017-09-30Fix signed/unsigned issue.Michael Tuexen
2017-09-30Silence a Windows warning.Michael Tuexen
2017-09-30Add Notification handling.Michael Tuexen
2016-12-07Check args.Michael Tuexen
2016-03-26Less warnings.Michael Tuexen
2016-02-20Whitespace changes.Michael Tuexen
2013-11-30Style change.t00fcxen
2013-08-03* Add support for exporting the SCTP stats.t00fcxen
2013-06-18Be able to specify local port number.t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-11-26Improve Windows compilation.t00fcxen
2012-11-26Use usrsctp_connect() instead of usrsctp_connectx(), since thet00fcxen
2012-11-25Use usrsctp_connectx().t00fcxen
2012-11-25Add test code for getting local and peer addresses.t00fcxen
2012-09-15Addressing a warning.t00fcxen
2012-09-15Another warning addressed.t00fcxen
2012-09-07I don't really understand this Windows stuff...t00fcxen
2012-09-07Windows...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-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-23Add copyright statement.tuexen
2012-05-19Use new API.tuexen
2012-04-19Improve printing.tuexen
2012-04-19No CALLBACK_API...tuexen
2012-04-19Handle CALLBACK_API retirement.tuexen
2012-04-16Provide a userspace_finish() function. This should allow for cleaning uptuexen
2012-03-22Get it compiling without callback API.tuexen
2012-01-20Use command line argument consistently.tuexen
2012-01-19Some more examples.tuexen
2012-01-18Send console input on the association.tuexen
2011-12-27More Windows changes.tuexen
2011-12-27Improve compilation on Windows.tuexen
2011-12-23Add support for IPv6 and remote encapsulation.tuexen
2011-12-15Possibly get it also linked.tuexen
2011-12-15One steps further. Maybe I should install an editor on Windows.tuexen
2011-12-15Let's compile the apps.tuexen
2011-11-20Add support for configuring the local encapsulation port.tuexen
2011-11-17Call finalize at the end.tuexen
2011-11-14Add very simplistic client.tuexen