1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/transport_layer
smlng fd718dfc74 gnrc_udp: assert ports not zero
UDP port 0 is reserved for system usage, e.g., to tell the OS to
    set a random source port. Hence, neither source nor destination
    port should be 0 when transmitting. This PR adds proper asserts.
2018-08-06 16:09:22 +02:00
..
tcp gnrc_tcp: Add missing includes 2018-07-10 16:00:36 +02:00
udp gnrc_udp: assert ports not zero 2018-08-06 16:09:22 +02:00