diff options
| author | elantsev <[email protected]> | 2022-02-10 16:49:47 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:47 +0300 |
| commit | afa1b6e6f8b6ee9f8df080d41bcb19b95c25c261 (patch) | |
| tree | 0be08f6ef31456c320cbd3f575673be79c911588 /util/network/socket.h | |
| parent | 93452ad7de84fbd34e7ba9a906bf10ce1536d722 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/network/socket.h')
| -rw-r--r-- | util/network/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/socket.h b/util/network/socket.h index 40c8648b409..68cceb0f5fc 100644 --- a/util/network/socket.h +++ b/util/network/socket.h @@ -117,7 +117,7 @@ void SetSocketToS(SOCKET s, const NAddr::IRemoteAddr* addr, int tos); int GetSocketToS(SOCKET s); int GetSocketToS(SOCKET s, const NAddr::IRemoteAddr* addr); void SetSocketPriority(SOCKET s, int priority); -void SetTcpFastOpen(SOCKET s, int qlen); +void SetTcpFastOpen(SOCKET s, int qlen); /** * Deprecated, consider using HasSocketDataToRead instead. **/ |
