This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/ext/contrib
Joseph Henry c1ce7dc87a updated
2016-06-14 16:01:19 -07:00
..
2016-06-14 16:01:19 -07:00
2016-06-14 16:01:19 -07:00

You are reading this file because you want to build a new copy of the LwIP library for use in ZeroTier.

Subdirectories:

ports/ -- contains ports for various architectures (for our purposes, unix)

In order for the Network Containers feature to work in ZeroTier, a copy of the LwIP libary is needed since we dynamically load it into memory. You can build a new copy of the libary by going to /contrib/ports/unix/proj/lib and running make.

This will generate: liblwip.so

You can enable LwIP debug traces by adding the flag -DLWIP_DEBUG See additional debug info here: http://lwip.wikia.com/wiki/Debugging_lwIP