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