mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 12:32:55 +00:00
10 lines
136 B
C#
10 lines
136 B
C#
|
namespace QuantumUNET.Transport
|
|||
|
{
|
|||
|
public enum QChannelOption
|
|||
|
{
|
|||
|
MaxPendingBuffers = 1,
|
|||
|
AllowFragmentation,
|
|||
|
MaxPacketSize
|
|||
|
}
|
|||
|
}
|