X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/3978740ee545b373cfaa9f97b899b11c01a3d199..0d363a090e396eafcc1235db7a085668ce50e290:/src/c/udp.c?ds=inline diff --git a/src/c/udp.c b/src/c/udp.c index 1c4189e..05dcdb1 100644 --- a/src/c/udp.c +++ b/src/c/udp.c @@ -8,7 +8,7 @@ extern byte udp_dgram_len; bool udp_read_dgram_header() { - /* puerto origen */ + /* puerto origen (remoto) */ udp_port_remote = net_getw(); /* sólo aceptamos datagramas a nuestro puerto */ if (net_getw() != udp_port_local)