You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 07:06:30 +09:00
Exposed the Socket in NetPeer
This commit is contained in:
@@ -303,9 +303,6 @@ namespace Lidgren.Network
|
||||
case NetDeliveryMethod.ReliableSequenced:
|
||||
case NetDeliveryMethod.ReliableUnordered:
|
||||
default:
|
||||
//
|
||||
// TODO: this is placeholder!
|
||||
//
|
||||
chan = new NetReliableSenderChannel(this, NetUtility.GetWindowSize(method));
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user