mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:22:26 +08:00
13 lines
160 B
Go
13 lines
160 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package kcp
|
|
|
|
func (s *UDPSession) readLoop() {
|
|
s.defaultReadLoop()
|
|
}
|
|
|
|
func (l *Listener) monitor() {
|
|
l.defaultMonitor()
|
|
}
|