File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
examples/device/net_lwip_webserver Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,6 @@ if (EXISTS ${TOP}/lib/lwip/src)
69
69
${TOP} /lib/networking/rndis_reports.c
70
70
)
71
71
72
- target_compile_definitions (${PROJECT} PUBLIC
73
- PBUF_POOL_SIZE=2
74
- TCP_WND=2*TCP_MSS
75
- HTTPD_USE_CUSTOM_FSDATA=0
76
- )
77
-
78
72
# Configure compilation flags and libraries for the example... see the corresponding function
79
73
# in hw/bsp/FAMILY/family.cmake for details.
80
74
family_configure_device_example (${PROJECT} )
Original file line number Diff line number Diff line change 49
49
50
50
#define TCP_MSS (1500 /*mtu*/ - 20 /*iphdr*/ - 20 /*tcphhr*/ )
51
51
#define TCP_SND_BUF (2 * TCP_MSS)
52
- #ifndef TCP_WND
53
52
#define TCP_WND (TCP_MSS)
54
- #endif
55
53
56
54
#define ETHARP_SUPPORT_STATIC_ENTRIES 1
57
55
You can’t perform that action at this time.
0 commit comments