diff options
author | defencer <[email protected]> | 2022-02-10 16:52:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:01 +0300 |
commit | b42710018bef676796d30f8e874d4604b062e57d (patch) | |
tree | 188c9769fcd51c844952708583a0606c4551623e /util/network/socket.h | |
parent | 9bfacdf3213e2486cecf5e1dd31ebb42f093aa2f (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..5fe24d1deb0 100644 --- a/util/network/socket.h +++ b/util/network/socket.h @@ -103,7 +103,7 @@ void SetKeepAlive(SOCKET s); void SetLinger(SOCKET s, bool on, unsigned len); void SetZeroLinger(SOCKET s); void SetKeepAlive(SOCKET s, bool value); -void SetCloseOnExec(SOCKET s, bool value); +void SetCloseOnExec(SOCKET s, bool value); void SetOutputBuffer(SOCKET s, unsigned value); void SetInputBuffer(SOCKET s, unsigned value); void SetReusePort(SOCKET s, bool value); |