Package | Description |
---|---|
org.opendaylight.vtn.manager.internal.packet.cache | |
org.opendaylight.vtn.manager.packet |
Constructor and Description |
---|
TcpPacket(TCP tcp)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
TCP |
TCP.setAckNumber(int acq)
Sets the TCP Ack number for the current TCP object instance.
|
TCP |
TCP.setChecksum(short cksum)
Sets the TCP checksum for the current TCP object instance.
|
TCP |
TCP.setDataOffset(byte off)
Sets the TCP data offset for the current TCP object instance.
|
TCP |
TCP.setHeaderLenFlags(short flags)
Sets the TCP flags for the current TCP object instance.
|
TCP |
TCP.setReserved(byte resv)
Sets the TCP reserved bits for the current TCP object instance.
|
TCP |
TCP.setSequenceNumber(int seq)
Sets the TCP sequence number for the current TCP object instance.
|
TCP |
TCP.setUrgentPointer(short urg)
Sets the TCP Urgent Pointer for the current TCP object instance.
|
TCP |
TCP.setWindowSize(short wsize)
Sets the TCP window size for the current TCP object instance.
|
Copyright © 2018 OpenDaylight. All rights reserved.