Comment on How a little bit of TCP knowledge is essentialparentComments−daurnimator10yOther platforms don't have it as simple; but you can accomplish similar things via manipulation of TCP_NODELAY on most systems. e.g. see http://stackoverflow.com/a/22118709/282536−Ono-Sendai10yYeah. With enough jumping through hoops it's possible. What I am after is a nice, simple, logical API though.
Comments
Other platforms don't have it as simple; but you can accomplish similar things via manipulation of TCP_NODELAY on most systems. e.g. see http://stackoverflow.com/a/22118709/282536
Yeah. With enough jumping through hoops it's possible. What I am after is a nice, simple, logical API though.