mirror of
https://github.com/markqvist/tncattach.git
synced 2025-06-24 20:45:25 -04:00
9 lines
163 B
C
9 lines
163 B
C
|
#define IF_TAP 1
|
||
|
#define IF_TUN 2
|
||
|
|
||
|
#define ETHERNET_MIN_FRAME_SIZE 14
|
||
|
#define TUN_MIN_FRAME_SIZE 5
|
||
|
|
||
|
#define MTU_MIN 74
|
||
|
#define MTU_MAX 1522
|
||
|
#define MTU_DEFAULT 329
|