Bind 绑定服务
(serverId int64, remoteAddr string, maxConnsPerServer int, maxConnsPerIP int)
| 11 | |
| 12 | // Bind 绑定服务 |
| 13 | Bind(serverId int64, remoteAddr string, maxConnsPerServer int, maxConnsPerIP int) bool |
| 14 | |
| 15 | // ServerId 获取服务ID |
| 16 | ServerId() int64 |
no outgoing calls
no test coverage detected