mirror of
https://github.com/markqvist/tncattach.git
synced 2024-12-23 02:55:38 -05: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
|