diff options
author | Valery Piashchynski <[email protected]> | 2021-05-03 22:52:30 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-03 22:52:30 +0300 |
commit | 9ee78f937d5be67058882dd3590f89da35bca239 (patch) | |
tree | 17cda27feabf5f2b8afc6a2796117835045afd36 /utils | |
parent | 009b7009885d8a15e6fa6c7e78436087b2f20129 (diff) |
- Initial broadcast commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/network.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/network.go b/utils/network.go index b73363db..86a7e733 100755 --- a/utils/network.go +++ b/utils/network.go @@ -12,7 +12,8 @@ import ( "github.com/valyala/tcplisten" ) -// - SO_REUSEPORT. This option allows linear scaling server performance +// CreateListener +// - SO_REUSEPORT. This option allows linear scaling server performance // on multi-CPU servers. // See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/ for details. // |