i8254x: reduced network buffer size

git-svn-id: svn://kolibrios.org@5527 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2015-03-18 13:37:41 +00:00
parent 426afa4886
commit d69ad59490

View File

@ -26,7 +26,7 @@ entry START
__DEBUG__ = 1
__DEBUG_LEVEL__ = 2 ; 1 = verbose, 2 = errors only
MAX_PKT_SIZE = 4096 ; Maximum packet size
MAX_PKT_SIZE = 1514 ; Maximum packet size
RX_RING_SIZE = 8 ; Must be a power of 2, and minimum 8
TX_RING_SIZE = 8 ; Must be a power of 2, and minimum 8