예제 #1
0
파일: goutp.go 프로젝트: utamaro/storjutp-1
//UtpCheckTimeouts check timeout
func (ctx *UtpContext) UtpCheckTimeouts() {
	C.utp_check_timeouts(ctx.ctx)
}
예제 #2
0
파일: utp.go 프로젝트: jbenet/go-libutp
func (c *UTPContext) CheckTimeouts() {
	C.utp_check_timeouts(c.raw)
}