Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 375 Bytes

2.3.41 - enable_reuse_port.md

File metadata and controls

9 lines (6 loc) · 375 Bytes

enable_reuse_port

设置端口重用,此参数用于优化TCP连接的Accept性能,启用端口重用后多个进程可以同时进行Accept操作。

  • enable_reuse_port = true 打开端口重用
  • enable_reuse_port = false 关闭端口重用

仅在Linux-3.9.0以上版本的内核可用
启用端口重用后可以重复启动同一个端口的Server程序