public class CongestionMark extends Object
| Constructor and Description |
|---|
CongestionMark() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCongestionMark()
Get the congestion mark value.
|
static CongestionMark |
getFirstHeader(LpPacket lpPacket)
Get the first header field in lpPacket which is a CongestionMark.
|
void |
setCongestionMark(long congestionMark)
Set the congestion mark value.
|
public long getCongestionMark()
public void setCongestionMark(long congestionMark)
congestionMark - The congestion mark ID value.public static CongestionMark getFirstHeader(LpPacket lpPacket)
lpPacket - The LpPacket with the header fields to search.Copyright © 2019. All rights reserved.