[lwip-users] Documentation for tcp_backlog_accepted()?

2023-03-19 Thread Scott Miller
Is there any documentation for the listen backlog in lwIP? It's not covered at all in the wiki and none of the examples seem to use it. I'm trying to get my HTTP server to perform at a reasonable level, and that means being able to accept a few incoming connections at a time. Am I supposed to

Re: [lwip-users] Documentation

2016-10-12 Thread Sergio R. Caprile
Depending on where you are, and what you use, you might find the outdated doc directory inside the main release file and the contrib tree examples in the contrib release file, enough. That covers 1.4.1 The git repository has its doc files updated, plus some Doxygen embellishment:

[lwip-users] Documentation

2016-10-10 Thread Kenny Koller
To what documentation should I refer? For example I click here and there is no detailed description. Thanks, Kenny ___ lwip-users mailing list lwip-users@nongnu.org

Re: [lwip-users] Documentation redistribution licence?

2006-10-01 Thread Adam Dunkels
Hi, the documentation is distributed under the same license as the rest of the code (3-clause BSD-style). Best regards, /adam Jonathan Larmour wrote: Hi, The lwIP source code is covered by the BSD licence, all well and good. But I was wanting to put together some user documentation for

Re: [lwip-users] Documentation

2005-09-19 Thread Kieran Mansley
On Sun, 2005-09-18 at 10:39 +0200, Stefan Iwanowitsch (ISED) wrote: Hello, where can I find up to date documentation? Is there anyone who feels responsible for it? Please give me a NAK if there aint no such thing... There isn't really anything I'd call up to date documentation I'm afraid.

[lwip-users] Documentation on sequential API, EVTPLUS/-MINUS...?

2005-09-02 Thread Stefan Iwanowitsch \(ISED\)
Hello there, is there any documentation about the netconn event callbacks? Callbacks are called occasionally with len=0 signaling some thing or other about the state of the connection, but I can't find any docu about it. Stefan Iwanowitsch