When to turn on TCP_NODELAY?
When to turn on TCP_NODELAY?
- Subject: When to turn on TCP_NODELAY?
- From: Scott Ribe <email@hidden>
- Date: Sun, 18 May 2003 16:13:01 -0600
- Resent-date: Sun, 18 May 2003 16:15:38 -0600
- Resent-from: Scott Ribe <email@hidden>
- Resent-message-id: <BAED618D.2B372%email@hidden>
- Resent-to: <email@hidden>
Not the general optimization question, but a simpler one:
Assuming that I need to use TCP_NODELAY, at what point in the sequence of
operations do I call it. I don't see that addressed in the docs...
On the client side, after OTBind and before OTConnect? Or before OTBind? Or
does it matter?
On the server side, on my listening endpoint before OTListen? Before
OTAccept? Or on the worker endpoint after OTAccept?
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.