index
:
usrsctp.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
programs
/
discard_server.c
Age
Commit message (
Expand
)
Author
2020-09-23
Fix gcc/clang type mismatch warnings on Windows (#527)
Taylor Brandstetter
2020-06-14
Improve error handling
Michael Tuexen
2020-05-18
Check return value of snprintf().
Michael Tuexen
2019-09-26
Improve fuzzing utilities (#384)
Felix Weinrank
2019-07-27
Compute CRC32C also when using the loopback interface.
Michael Tuexen
2019-04-24
Concentrate debug/verbose functions in a single file (#310)
Felix Weinrank
2017-09-26
fix typo in discard_server example
taterbase
2017-09-11
Added usage-examples
Julian Winter
2017-09-01
Replaced some magic numbers (e.g. port-number) with preprocessor directives (...
Julian Winter
2017-06-25
Address signess issues.
Michael Tuexen
2016-06-26
Sync with sctp-idata.
Michael Tuexen
2016-05-10
ntohl() returns an unsigned int.
Michael Tuexen
2013-11-30
Style change.
t00fcxen
2013-07-26
Use correct length for IPv4.
t00fcxen
2013-01-19
Add support for registering a printf() callback
t00fcxen
2012-09-07
More Windows stuff...
t00fcxen
2012-09-07
More warning stuff...
t00fcxen
2012-09-07
Use SCTP_DEBUG_NONE instead of 0.
t00fcxen
2012-09-04
Cleanup programs such that they don't use defines used in the lib
t00fcxen
2012-09-04
Use HAVE_SIN_LEN, HAVE_SIN6_LEN and HAVE_SCONN_LEN.
t00fcxen
2012-08-16
Print address correctly.
tuexen
2012-07-17
Get programs compiling if #SCTP_DEBUG is not defined.
tuexen
2012-07-15
Fix syntax.
tuexen
2012-07-15
Terminate on error.
tuexen
2012-07-15
Make it compile without INET/INET6.
tuexen
2012-07-06
Add hooks for AF_CONN and a skeleton of example programs.
tuexen
2012-05-27
Sync with main sources and add the ulp_info stuff to the apps.
tuexen
2012-05-25
Request SCTP_RECVRCVINFO.
tuexen
2012-05-25
Use infotype.
tuexen
2012-05-25
Make sure usrsctp_sendv works with SCTP_SENDV_NOINFO.
ruengeler
2012-05-23
Add copyright statement.
tuexen
2012-05-19
Use new API.
tuexen
2012-04-19
Handle CALLBACK_API retirement.
tuexen
2012-04-16
Provide a userspace_finish() function. This should allow for cleaning up
tuexen
2012-03-24
Show usage of SCTP_CONTEXT.
tuexen
2012-03-22
Use IPv6 and force all IP-addresses to be reported as IPv6. This makes
tuexen
2012-01-20
Use command line argument consistently.
tuexen
2012-01-19
Some more examples.
tuexen
2011-12-15
Next app.
tuexen
2011-11-20
Add support for configuring the local encapsulation port.
tuexen
2011-11-18
Don't use sysctl's for controlling UDP encaps.
tuexen
2011-11-17
Get it working without callback API.
tuexen
2011-11-17
Handle notifications.
tuexen
2011-11-14
Improve code.
tuexen
2011-11-14
Improve code.
tuexen
2011-11-13
Start of a discard server.
tuexen