10 lines
136 B
C#
Raw Normal View History

2021-12-02 19:58:50 -08:00
namespace QuantumUNET.Transport
{
public enum QChannelOption
{
MaxPendingBuffers = 1,
AllowFragmentation,
MaxPacketSize
}
}