X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/5b3a8f73a2eccd20452b8e2d628df024b925b44e..db76f3270c5bee0eb1b5ee71fa1946e8d5132d43:/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.