diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-12 16:01:07 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-12 16:01:07 +0200 |
commit | 50c3c20416538b3c6f53870bb8e4f9cd4fbcb6bf (patch) | |
tree | e24d988e51b334a9b627a9718bae56e4567810b4 /docs/INSTALL | |
parent | 4e9a1c5bba35e2eab7c2d9770a7cd4940372dbf8 (diff) | |
download | curl-50c3c20416538b3c6f53870bb8e4f9cd4fbcb6bf.tar.gz |
Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 7e2ce9a62..e0134e8a2 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -491,6 +491,9 @@ Win32 http://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip http://download.savannah.gnu.org/releases/lwip/contrib-1.4.0.zip + This BSD-style lwIP TCP/IP stack support must be considered experimental + given that it has been verified that lwIP 1.4.0 still needs some polish, + and libcurl might yet need some additional adjustment, caveat emptor. Important static libcurl usage note ----------------------------------- |