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