示例#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);
 }