Patch from Emmanuel Raguet <raguet@crf.canon.fr> to fix a small bug where

the receive buffer size was 16 bytes too small.
This commit is contained in:
Joel Sherrill
1999-10-26 15:21:01 +00:00
parent 704f3a8c45
commit 66a8c6f708

View File

@@ -105,7 +105,7 @@ struct MD {
/*
* Receive buffer size -- Allow for a full ethernet packet including CRC
*/
#define RBUF_SIZE 1520
#define RBUF_SIZE 1536
#define ET_MINLEN 60 /* minimum message length */