summaryrefslogtreecommitdiff
path: root/stun/tests/test-bind.c
Commit message (Expand)AuthorAgeFilesLines
* stun timer: Do 7 retransmissions as recommendedOlivier Crête2016-06-061-1/+1
* Use sockaddr for stun_usage_bind_process in unit testYouness Alaoui2014-07-221-6/+11
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-311-16/+12
* Fixed compiling on Visual Studio and removed getsockname before bind. Added W...Filippo Della Betta2012-03-051-12/+23
* Increase test-bind timeout to 20 seconds since it was 10 and it took more tha...Youness Alaoui2009-11-121-1/+1
* Do not use connect on UDP sockets and use sendto/recvfrom instead of send/rec...Youness Alaoui2009-08-201-17/+21
* useless unit test.. it doesn't test libstun, it only tests the behavior of se...Youness Alaoui2009-03-271-7/+0
* Rename STUN_USAGE_BIND_RETURN_RETRY into STUN_USAGE_BIND_RETURN_INVALIDYouness Alaoui2009-02-231-2/+2
* Find and document every message attribute/error code and from which RFC/Draft...Youness Alaoui2009-02-161-3/+0
* Porting the unit tests to use the new stun APIYouness Alaoui2009-01-301-13/+2
* initialize the sockaddr correctly.. with this commit, libnice now passes valg...Youness Alaoui2008-11-121-1/+1
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-3/+3
* add correct includes and define close as closesocket for windowsYouness Alaoui2008-10-291-0/+1
* port tests to windowsYouness Alaoui2008-10-291-2/+24
* Port test-bind to not fail without the fingerprintYouness Alaoui2008-08-061-1/+1
* Updated unit tests for new API of stun usagesYouness Alaoui2008-07-241-82/+104
* Move bind and stun-ice back into a usages/ directory and update the includes ...Youness Alaoui2008-06-201-1/+1
* Ported the test-bind unit testYouness Alaoui2008-06-171-23/+46
* A bit of file shufflingYouness Alaoui2008-05-161-1/+1
* Pass compat flag everywhere to not put stun-server into packets in gtalk modeOlivier Crête2008-05-081-4/+4
* Put the fingerprint only when not in google compat modeOlivier Crête2008-05-081-15/+15
* Fixed warnings.Kai Vehmanen2007-11-151-1/+0
* Convert indentation from tabs to spaces.Kai Vehmanen2007-09-181-271/+271
* Fixed bugs STUN fingerprint creation and verification. Major update to the ST...Kai Vehmanen2007-08-301-5/+7
* Updated STUN unit tests.Kai Vehmanen2007-07-201-10/+60
* Major STUN update. Completed support for ICE connectivity checks. Added NICEA...Kai Vehmanen2007-06-191-28/+48
* Major update to the new STUN API: support for binding discoveries, fingerprin...Kai Vehmanen2007-05-211-0/+334