1 Star 0 Fork 0

Stefan / xgameCommon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
serverdef.go 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stefan 提交于 2020-05-21 10:30 . fix improt package.
package Kcpnet
import "time"
type KcpSvrConfig struct {
listen string
readDeadline time.Duration
sockbuf int
udp_sockbuf int
txqueuelen int
dscp int
sndwnd int
rcvwnd int
mtu int
nodelay, interval, resend, nc int
}
Go
1
https://gitee.com/emmm_admin/xgameCommon.git
git@gitee.com:emmm_admin/xgameCommon.git
emmm_admin
xgameCommon
xgameCommon
v0.0.5

搜索帮助