1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00
Sebastian Sontberg c8c518005f udp: fix byte order in sockaddr6_t
udp_recvfrom wrote the sender port number in host byte order into the
provided sockaddr6_t. Because all send functions expect the port number
in network byte order this introduces a superfluous conversion step in
case one wants to reuse the address for replying.

closes #1406
2014-10-10 15:43:34 +02:00
..
2014-09-12 11:50:12 +02:00
2014-09-12 11:50:12 +02:00
2014-08-27 19:20:49 +02:00
2014-08-23 16:16:26 +02:00