mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Added liblwip.so and libintercept build files
This commit is contained in:
parent
e3ec000e93
commit
7f56678d84
30 changed files with 140 additions and 3812 deletions
|
@ -42,31 +42,11 @@
|
|||
* Include user defined options first. Anything not defined in these files
|
||||
* will be set to standard values. Override anything you dont like!
|
||||
*/
|
||||
#include "lwipopts.h"
|
||||
#include "lwip/debug.h"
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
#define LWIP_MALLOC_MEMPOOL 1
|
||||
*/
|
||||
|
||||
/*
|
||||
#define LWIP_CHECKSUM_ON_COPY 1
|
||||
|
||||
#define TCP_OVERSIZE TCP_MSS
|
||||
*/
|
||||
//#define TCP_SND_QUEUELEN 128
|
||||
|
||||
//#define TCP_WND
|
||||
|
||||
|
||||
//#define PBUF_POOL_BUFSIZE 2048
|
||||
|
||||
|
||||
#define TCP_MSS 2048
|
||||
#define TCP_WND 512
|
||||
//#define TCP_MSS 2048
|
||||
//#define TCP_WND 512
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
---------------------------------- Timers --------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue