예제 #1
0
func init() {
	common.Must(internet.RegisterTransportListener(internet.TransportProtocol_MKCP, ListenKCP))
}
예제 #2
0
파일: hub.go 프로젝트: ylywyn/v2ray-core
func init() {
	common.Must(internet.RegisterTransportListener(internet.TransportProtocol_WebSocket, ListenWS))
}