diff options
Diffstat (limited to 'src/include/dgram.h')
-rw-r--r-- | src/include/dgram.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/dgram.h b/src/include/dgram.h index 779c7ef..81fd1dd 100644 --- a/src/include/dgram.h +++ b/src/include/dgram.h @@ -34,6 +34,12 @@ #include "if_ether.h" #include "link.h" +/* Number of padding bytes in a squeak */ +#define SQUEAK_NPAD 8 + +/* How many ms we should poll on recv */ +#define RECV_POLL_MS 250 + typedef int16_t tx_len_t; typedef tx_len_t rx_len_t; |