Simon Goldschmidt
dd664e6363
example_app/lwipopts: don't define PBUF_LINK_HLEN to 16
...
This breaks PBUF_RAW against pbuf_add_header(PBUF_LINK_HLEN) like used
at least in icmp. Redefine ETH_PAD_SIZE instead if this is required.
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
8 years ago
Simon Goldschmidt
d4e40e6b02
example_app/lwipopts.h: make ip4 reassembly work with PBUF_POOL
...
The old setting (10) was too low for PBUF_POOL_BUFSIZE of 128
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
8 years ago
Dirk Ziegelmeier
14f93f8233
Create unified example application shared between Unix and Win32
...
Move win32 test.c and its config files to separate example_app directory
Refactor platform specific code into new per-port files
!!! This breaks Win32 application until I can fix it at work where I have access to MSVC !!!
8 years ago
Dirk Ziegelmeier
bfaf31b051
Enable LWIP_NETBIOS_RESPOND_NAME_QUERY in unix and win32 port
8 years ago
Dirk Ziegelmeier
3c88535eec
Enable LWIP_NETIF_EXT_STATUS_CALLBACK in win32 port
8 years ago
Dirk Ziegelmeier
66850e50fa
Fix compile for LWIP_TCPIP_CORE_LOCKING=0
8 years ago
Dirk Ziegelmeier
4c854d49bc
Work on task #14780 : Add debug helper asserts to ensure threading/locking requirements are met
...
Extend checks to support LWIP_TCPIP_CORE_LOCKING
8 years ago
Dirk Ziegelmeier
a334ca484a
Start working on task #14780 : Add debug helper asserts to ensure threading/locking requirements are met
8 years ago
Dirk Ziegelmeier
21c4e5d882
Fix build of Win32 port after updating MEMP_NUM_SYS_TIMEOUT setting check
9 years ago
Dirk Ziegelmeier
4876487520
Win32 port: enable compilation of netifapi
9 years ago
goldsimon
41fbc14d80
-Wconversion and other minor compilation fixes...
9 years ago
Dirk Ziegelmeier
2ee5a2cc86
Win32 port: DHCP depends on UDP
9 years ago
Dirk Ziegelmeier
612c5158f2
Fix compile: #if LWIP_HAVE_MBEDTLS -> #ifdef LWIP_HAVE_MBEDTLS
9 years ago
Dirk Ziegelmeier
1a9065d9fc
Cleanup lwipopts.h
9 years ago
Dirk Ziegelmeier
b27d501770
Win32 port: enable compilation of MBEDTLS stuff when mbedtls lib is found in mingw project
9 years ago
Dirk Ziegelmeier
1cd70bdde0
Add SNMP to Win32 test project
9 years ago
Dirk Ziegelmeier
6315595afc
Remove "enable MLD6 and ICMP6" lines in lwipopts.h. I was too asleep to read opt.h correctly.
10 years ago
Dirk Ziegelmeier
a75ef0f67c
Enable compilation of ICMP6 and MLD6 in Win32 port
10 years ago
Dirk Ziegelmeier
9b87ad6816
Win32 port: Enable compilation of RAW IP API
10 years ago
Dirk Ziegelmeier
56521dc7d5
Win32 port: Enable compilation of more features, IPv6, TCP backlog, PPP
...
Turn on TCPIP_CORE_LOCKING
10 years ago
Dirk Ziegelmeier
3b20e9959d
Adapt lwipopts.h to improved netif client data API
10 years ago
Dirk Ziegelmeier
26057917f7
Update Win32 port for MDNS
10 years ago
Dirk Ziegelmeier
3b226ab7f9
Rename LWIP_MDNS to LWIP_MDNS_RESPONDER
10 years ago
Dirk Ziegelmeier
a6cab9d7a3
Win32 port: Activate MDNS
10 years ago
Dirk Ziegelmeier
ddff8d34d0
Fix compile of MSVC project after SNMP rewrite
10 years ago
goldsimon
a9146e9305
Fixed win32 port after moving SNMP
11 years ago
goldsimon
296b649687
win32 lwipopts.h: revert accidentally committed test settings...
11 years ago
sg
d888c5eeab
win32 port: added lwiperf app
11 years ago
goldsimon
e4ec9053e9
bug #35874 reserved identifier violation, 2nd part
12 years ago
Simon Goldschmidt
b833b173cc
Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards)
12 years ago
Simon Goldschmidt
52aa714af2
Changed PBUF_POOL_SIZE to not break the sanity checks in init.c
15 years ago
goldsimon
2bb5d99ffc
Moved lwipopts.h to include subdir, updated ignore lists
16 years ago
goldsimon
e0667a84c0
Added support for new loopback code in win32 port
18 years ago
fbernon
eca09602e9
win32 port: minor changes
18 years ago
fbernon
85c2c164cc
contrib/apps/rtp: add a rtp sample to be able to test lwip's multicast features.
18 years ago
fbernon
823c4df3a2
Minor change in Win32 port: rename LWIP_LISTEN_BACKLOG in TCP_LISTEN_BACKLOG
19 years ago
fbernon
1d6a981479
Minor changes (move a trace, add some explicit options in lwipopts.h).
19 years ago
fbernon
fb791aa4f8
Add AUTOIP use in Win32 port (and display ip address in status_callback).
19 years ago
fbernon
e63bdc8022
Minor change in Win32 port: fix wrong comment.
19 years ago
fbernon
1e68e75581
Add LWIP_NETIF_STATUS_CALLBACK and LWIP_NETIF_LINK_CALLBACK use in Win32 port.
19 years ago
fbernon
e7fb399b3c
PPP support for win32 port (need to add some files).
19 years ago
goldsimon
cc72279627
Added lwippools.h for an example of MEM_USE_POOLS
19 years ago
fbernon
8243283528
Add win32 port (for msvc6, msvc8, and others)
19 years ago
fbernon
191d815ab1
Minor change for DNS client in msvc6 port.
19 years ago
fbernon
6126163ef6
Add ping sample from unix ports to reuse it in any ports.
19 years ago
goldsimon
664faf3b58
NO_SYS=0 initialization: need to wait (using a semaphore) for initialization to finish before calling update_adapter()!
19 years ago
fbernon
f0794fa1b2
Use a timers_table to simplify NO_SYS=1 case in msvc6 port.
19 years ago
goldsimon
831ad1fe53
Changed default MEM_ALIGNMENT to 4 since even for intel, this is faster!
...
Minor indentation changes
19 years ago
fbernon
d5ac707a3d
Minor changes (do functions for NO_SYS=1 case, use ethernet_input)
19 years ago
goldsimon
fe5e7bd541
Moved raw httpd and netio test apps from ports/msvc6 to apps
19 years ago