예제 #1
0
 private void _udpRelay_Inbound(object sender, RelayEventArgs e)
 {
     traffic.kcp.onInbound(e.Value);
 }
예제 #2
0
 private void _tcpRelay_Outbound(object sender, RelayEventArgs e)
 {
     traffic.raw.onOutbound(e.Value);
 }