in reply to Re^3: Portably disabling Nagle's algorithm for TCP
in thread Portably disabling Nagle's algorithm for TCP

Mmmm. So is it safe to assume that if Socket does not define that macro, the platform we're running on actually does not support turning of Nagle's algorithm, or are there (non-totally obscure) platforms that don't have TCP_NODELAY but support doing this by other means?

--
mowgli

  • Comment on Re^4: Portably disabling Nagle's algorithm for TCP