github.com/geph-official/geph2@v0.22.6-0.20210211030601-f527cb59b0df/libs/kcp-go/tx_generic.go (about)

     1  // +build !linux
     2  
     3  package kcp
     4  
     5  import (
     6  	"golang.org/x/net/ipv4"
     7  )
     8  
     9  func (s *UDPSession) tx(txqueue []ipv4.Message) {
    10  	s.defaultTx(txqueue)
    11  }