[wpiutil] uv::Tcp: Clarify SetNoDelay documentation (#3649)

This commit is contained in:
Peter Johnson
2021-10-20 08:46:44 -07:00
committed by GitHub
parent 8cb294aa4a
commit 4ec58724d7

View File

@@ -112,7 +112,7 @@ class Tcp final : public NetworkStreamImpl<Tcp, uv_tcp_t> {
void Open(uv_os_sock_t sock) { Invoke(&uv_tcp_open, GetRaw(), sock); }
/**
* Enable/Disable Nagle's algorithm.
* Enable no delay operation (turns off Nagle's algorithm).
* @param enable True to enable it, false otherwise.
* @return True in case of success, false otherwise.
*/