From 3f69aba15f52c4028b21793bd8efb2150c8c073a Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Wed, 19 Oct 2016 15:27:51 -0700 Subject: [PATCH] added stub documentation for swappable stacks --- docs/ztsdk_network_stacks.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/ztsdk_network_stacks.md diff --git a/docs/ztsdk_network_stacks.md b/docs/ztsdk_network_stacks.md new file mode 100644 index 0000000..6bd90e5 --- /dev/null +++ b/docs/ztsdk_network_stacks.md @@ -0,0 +1,10 @@ +Hot-Swappable Network Stacks! +==== + +We've now enabled the ability for users to build the ZeroTier SDK with different network stacks with the mere flip of a compiler flag as well as running different stacks concurrently! + +`SDK_LWIP=1` and `SDK_PICOTCP=1` will enable the lwIP and picoTCP network stacks respectively. + +Currently our lwIP stack driver supports IPV4 and limited IPV6, whereas our picoTCP stack driver supports both IPV4 and IPV6 with no known issues. + +To enable specific protocol versions use `SDK_IPV4=1` and `SDK_IPV6=1` in cnojunction with the above stack selection flags. \ No newline at end of file