1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-30 12:08:58 +00:00
2019-08-03 18:49:55 +08:00

12 lines
142 B
Go

// +build !linux
package kcp
func (s *UDPSession) readLoop() {
s.defaultReadLoop()
}
func (l *Listener) monitor() {
l.defaultMonitor()
}