summaryrefslogtreecommitdiff
path: root/socket/tcp-passive.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Actually fail gathering on UDP port unavailabilityOlivier Crête2020-08-181-3/+3
* Fix build with MSVCNirbheek Chauhan2018-12-141-0/+1
* tcp-passive: Clear connection on child closingOlivier Crête2018-11-211-0/+9
* Creating TCP sockets with TCP_NODELAY option set to TRUEPhilip Withnall2015-08-291-0/+8
* socket: Close base socket for a TCP passive socket when closing parentPhilip Withnall2015-08-181-0/+6
* Revert "agent: Separate reliability from ice-tcp vs ice-udp"Olivier Crête2014-07-251-8/+2
* tcp-passive: Relay the tcp writable callback upOlivier Crête2014-07-121-9/+5
* socket: Avoid g_main_context_ref(NULL) calls using the default contextPhilip Withnall2014-07-071-0/+4
* agent: Separate reliability from ice-tcp vs ice-udpOlivier Crête2014-05-171-2/+8
* Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui2014-05-171-0/+49
* Store connections in tcp-passive to allow sendingYouness Alaoui2014-05-171-1/+40
* Add tcp-passive and tcp-active socket layers with unit testYouness Alaoui2014-05-171-0/+229