I have recently started using TCP connections in my netburner project. I have found that the documentation of the library functions is inadequate.
When looking at the example projects and the functions declared in the header files, there are many functions that do not appear to have any documentation at all.
eg functions setsocketackbuffers is used in TcpSpeed but is not documented.
function getsocketerror does not seem to be documented anywhere
I am also intersted in exactly how the options SO_DEBUG, SO_NONAGLE, SO_NOPUSH change the behaviour of the protocol stack
I am using NetBurnerRuntimeLibraries.pdf, NNDKProgMan.pdf and the example programs to get information on how to use the TCP stack.
While the examples are good, they are generally very simple implementations.
Is there some more complete documentation available?
TCP & socket Documentation
Re: TCP & socket Documentation
Some of these topics are detailed, such as the Nagle Algoritym. Text books are usually better than library reference docs for things like this. I would recommend tcp/ip illusrated, volume 1, from w. richard stevens.