summaryrefslogtreecommitdiff
path: root/programs/discard_server.c
AgeCommit message (Expand)Author
2020-09-23Fix gcc/clang type mismatch warnings on Windows (#527)Taylor Brandstetter
2020-06-14Improve error handlingMichael Tuexen
2020-05-18Check return value of snprintf().Michael Tuexen
2019-09-26Improve fuzzing utilities (#384)Felix Weinrank
2019-07-27Compute CRC32C also when using the loopback interface.Michael Tuexen
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
2017-09-26fix typo in discard_server exampletaterbase
2017-09-11Added usage-examplesJulian Winter
2017-09-01Replaced some magic numbers (e.g. port-number) with preprocessor directives (...Julian Winter
2017-06-25Address signess issues.Michael Tuexen
2016-06-26Sync with sctp-idata.Michael Tuexen
2016-05-10ntohl() returns an unsigned int.Michael Tuexen
2013-11-30Style change.t00fcxen
2013-07-26Use correct length for IPv4.t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-09-07More Windows stuff...t00fcxen
2012-09-07More warning stuff...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-16Print address correctly.tuexen
2012-07-17Get programs compiling if #SCTP_DEBUG is not defined.tuexen
2012-07-15Fix syntax.tuexen
2012-07-15Terminate on error.tuexen
2012-07-15Make it compile without INET/INET6.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-25Request SCTP_RECVRCVINFO.tuexen
2012-05-25Use infotype.tuexen
2012-05-25Make sure usrsctp_sendv works with SCTP_SENDV_NOINFO.ruengeler
2012-05-23Add copyright statement.tuexen
2012-05-19Use new API.tuexen
2012-04-19Handle CALLBACK_API retirement.tuexen
2012-04-16Provide a userspace_finish() function. This should allow for cleaning uptuexen
2012-03-24Show usage of SCTP_CONTEXT.tuexen
2012-03-22Use IPv6 and force all IP-addresses to be reported as IPv6. This makestuexen
2012-01-20Use command line argument consistently.tuexen
2012-01-19Some more examples.tuexen
2011-12-15Next app.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-17Get it working without callback API.tuexen
2011-11-17Handle notifications.tuexen
2011-11-14Improve code.tuexen
2011-11-14Improve code.tuexen
2011-11-13Start of a discard server.tuexen