godot/drivers/unix
Fabio Alessandrelli 994df5df5c Use default UDP ring buffer size of 65536 for clients
We should probably create a specific function for setting the
recv buffer anyway. UDP sockets does not need to bind (listen)
to be able to call recvfrom. This is especially useful for clients
who just call set_send_address and start communicating with a server.

(cherry picked from commit 9336857132)
2017-03-22 21:07:27 +01:00
..
dir_access_unix.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
dir_access_unix.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_unix.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_unix.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
ip_unix.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
ip_unix.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
memory_pool_static_malloc.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
memory_pool_static_malloc.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
mutex_posix.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
mutex_posix.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
os_unix.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
os_unix.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
packet_peer_udp_posix.cpp Use default UDP ring buffer size of 65536 for clients 2017-03-22 21:07:27 +01:00
packet_peer_udp_posix.h Implement UDP listen bind address 2017-03-22 20:25:56 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
semaphore_posix.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
semaphore_posix.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
socket_helpers.h Implement TCP Server bind address 2017-03-22 20:25:52 +01:00
stream_peer_tcp_posix.cpp Avoid deadlock when writing/reading data on a connecting TCP socket 2017-03-22 21:03:26 +01:00
stream_peer_tcp_posix.h Avoid deadlock when writing/reading data on a connecting TCP socket 2017-03-22 21:03:26 +01:00
tcp_server_posix.cpp Bind to IPv4 on OpenBSD when using wildcard 2017-03-22 21:01:14 +01:00
tcp_server_posix.h Implement TCP Server bind address 2017-03-22 20:25:52 +01:00
thread_posix.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
thread_posix.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00