gfcptun gfcptun:使用GFCP over UDP的快速且低延迟的连接隧道。 GFCP建议 每个进程65535个或更多可用文件。 建议将MTU 9702用于高速本地链接。 建议的sysctl调整参数UDP处理-有关BDP背景信息,请参阅 : net.core.rmem_max=26214400 // BDP (Bandwidth Delay Product) net.core.rmem_default=26214400 net.core.wmem_max=26214400 net.core.wmem_default=26214400 net.core.netdev_max_backlog=2048 // (Proportional To Receive Window) 将高速本地链接的缓冲增加到16MB或更多,例如: -sockbuf 16777217 调用示例 C
2021-02-18 15:07:02 35KB tunnel golang gfcp Go
1