increase MRU from 320 to 640
Stefan Schuermans

Stefan Schuermans commited on 2019-05-01 19:02:17
Showing 1 changed files, with 1 additions and 1 deletions.


required for DHCP at recent FritzBox (sends 590 bytes packet)
320 bytes more global data requirement
... ...
@@ -15,7 +15,7 @@
15 15
 #include "timing.h"
16 16
 
17 17
 // maximum receive unit
18
-#define RTL_MRU (320)
18
+#define RTL_MRU (640)
19 19
 
20 20
 // reinitialization timeout
21 21
 // - if no reception is detected for this time, the RTL8019 is reinitialized
22 22