1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix
Oleg Hahm 11add4d8fd sockets: implicit bind for connect()
According to
http://pubs.opengroup.org/onlinepubs/009695399/functions/connect.html
for a "socket [that] has not already been bound to a local address,
connect() shall bind it to an address which, unless the socket's address
family is AF_UNIX, is an unused local address."
2015-12-08 11:57:20 +01:00
..
include Merge pull request #4321 from kaspar030/cleanup_posix 2015-11-26 20:39:30 +01:00
pthread Merge pull request #3313 from gebart/pr/eINT-fixes 2015-09-29 12:39:16 +02:00
semaphore posix_semaphore: port to xtimer 2015-11-24 14:06:00 +01:00
sockets sockets: implicit bind for connect() 2015-12-08 11:57:20 +01:00
doc.txt doc: fix posix wrapper documentation 2014-12-06 02:05:51 +01:00
fd.c sys: remove obsolete posix_io code 2015-11-20 00:43:57 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
unistd.c sys: posix: switch to xtimer for sleep/usleep 2015-11-20 00:54:29 +01:00