[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 be calling tcp_backlog_accepted() in the tcp_accept 
callback each time a new connection comes in? That seems to at least get 
a SYN, ACK response to the connections.


I want to make sure I've got this part right before I spend /too/ much 
time troubleshooting.


Thanks,

Scott___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


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: http://www.nongnu.org/lwip/2_0_0/index.html

The code is well documented and you can read the sources if in doubt.
Furthermore, there is an independent documentation effort going on at 
wikia: http://lwip.wikia.com/wiki/LwIP_Wiki


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


[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
https://lists.nongnu.org/mailman/listinfo/lwip-users

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 eCos, and 
was wanting to copy extracts from the documentation at the PDF at 
http://www.sics.se/~adam/lwip/documentation.html  (which documents the 
sequential API at least) and also 
http://cvs.savannah.gnu.org/viewcvs/*checkout*/lwip/lwip/doc/rawapi.txt


Obviously I want to maintain full attribution and follow any terms of 
modification and redistribution. But it's not clear what, if any, 
restrictions there are. Anyone able to say?


I am expecting that when it's all done, that HTML versions will be 
available for viewing on my company's website, which although geared for 
eCos will probably be more widely useful.


Jifl


--
Adam Dunkels, Swedish Institute of Computer Science
http://www.sics.se/~adam/


___
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users


[lwip-users] Documentation redistribution licence?

2006-09-29 Thread Jonathan Larmour

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 eCos, and was 
wanting to copy extracts from the documentation at the PDF at 
http://www.sics.se/~adam/lwip/documentation.html  (which documents the 
sequential API at least) and also 
http://cvs.savannah.gnu.org/viewcvs/*checkout*/lwip/lwip/doc/rawapi.txt


Obviously I want to maintain full attribution and follow any terms of 
modification and redistribution. But it's not clear what, if any, 
restrictions there are. Anyone able to say?


I am expecting that when it's all done, that HTML versions will be 
available for viewing on my company's website, which although geared for 
eCos will probably be more widely useful.


Jifl
--
eCosCentrichttp://www.eCosCentric.com/The eCos and RedBoot experts
--["The best things in life aren't things."]--  Opinions==mine


___
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users


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.

Kieran




___
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users


[lwip-users] Documentation

2005-09-18 Thread Stefan Iwanowitsch \(ISED\)
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...

Stefan Iwanowitsch



___
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users


[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



___
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users