mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[wpiutil] uv::Tcp: Clarify SetNoDelay documentation (#3649)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user