aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/tests/sendrecv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* indent fix, pass 2Laurent Ghigonis2013-06-051-1/+1
| | | | no functional change
* convert to tabs, and fix some indent manualyLaurent Ghigonis2013-06-051-40/+41
| | | | no functionnal change
* fix sendrecv unit test by using send buffer flush functionsLaurent Ghigonis2012-12-021-5/+7
|
* use EVLOOP_NONBLOCK in event_base_loop(), as we now deal with timers inLaurent Ghigonis2012-11-291-2/+4
| | | | gg_client so we need more event cycles than EVLOOP_ONCE.
* set default ports as constants, and use them in sendrecv unittestLaurent Ghigonis2012-11-291-2/+4
|
* auto calculate the packet size in gg_*_send()Laurent Ghigonis2012-11-291-2/+2
|
* add a way to pass userdata to server and client callbacksLaurent Ghigonis2012-11-291-2/+2
|
* sending and receiving packets implemented and tested in unittestLaurent Ghigonis2012-11-291-2/+12
|
* add a unittest for testing sending are receiving pktsLaurent Ghigonis2012-11-291-0/+51