namespace QuantumUNET.Transport
{
	public enum QChannelOption
	{
		MaxPendingBuffers = 1,
		AllowFragmentation,
		MaxPacketSize
	}
}