mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-12 08:53:00 -04:00
Updated HW MTUs
This commit is contained in:
parent
eafa4aefbb
commit
d93ce62878
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ import os
|
|||
import RNS
|
||||
|
||||
class TCPInterface():
|
||||
HW_MTU = 2**20
|
||||
HW_MTU = 262144
|
||||
|
||||
class HDLC():
|
||||
FLAG = 0x7E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue