X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/bcb643f77342b1b3de74df04bee5a71b90be7097..24dd3fb2a36f8784d22e022b83d8b96397229286:/src/udp.h diff --git a/src/udp.h b/src/udp.h index d08d03f..b178e9f 100644 --- a/src/udp.h +++ b/src/udp.h @@ -61,7 +61,7 @@ extern uint16 udp_port_local; /** Puerto UDP de destino */ extern uint16 udp_port_remote; -/** Tamaño del datagrama UDP (no soportamos más de 255) */ +/** Tamaño del payload del datagrama UDP (no soportamos más de 255) */ extern byte udp_dgram_len; /** Lee la cabecera del datagrama UDP.