mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 05:32:27 +08:00
init commit
This commit is contained in:
12
gate-hk4e/kcp/readloop_generic.go
Normal file
12
gate-hk4e/kcp/readloop_generic.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package kcp
|
||||
|
||||
func (s *UDPSession) readLoop() {
|
||||
s.defaultReadLoop()
|
||||
}
|
||||
|
||||
func (l *Listener) monitor() {
|
||||
l.defaultMonitor()
|
||||
}
|
||||
Reference in New Issue
Block a user