All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.xtaci.kcp-go.v5.tx_generic.go Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
// +build !linux

package kcp

import (
	"golang.org/x/net/ipv4"
)

func (s *UDPSession) tx(txqueue []ipv4.Message) {
	s.defaultTx(txqueue)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy