forked from Imagelibrary/rtems
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user