IPProtocol

API: Stable

enum class IPProtocol {
    TCP,
    UDP,
}
Properties
TCP
UDP