//UtpCheckTimeouts check timeout func (ctx *UtpContext) UtpCheckTimeouts() { C.utp_check_timeouts(ctx.ctx) }
func (c *UTPContext) CheckTimeouts() { C.utp_check_timeouts(c.raw) }