> >   How can I set TCP_NODELAY ON/OFF  in RAW Mode?  What is the Default
> > condition?
> 
> pcb->flags |= TF_NODELAY;
> 
> I'm not sure if there's a supported way of doing this with the API but
> the above will work for now.  I think it defaults to 0, so the Nagle
> algorithm will be used unless you set that flag.

Does setting this serve any purpose in raw mode since TF_NODELAY is used
only in sockets.c?

Bill




_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to