aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/tests/sendrecv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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