TCP |
TCP.setAckNumber(int tcpAckNumber) |
Sets the TCP Ack number for the current TCP object instance.
|
TCP |
TCP.setChecksum(short tcpChecksum) |
Sets the TCP checksum for the current TCP object instance.
|
TCP |
TCP.setDataOffset(byte tcpDataOffset) |
Sets the TCP data offset for the current TCP object instance.
|
TCP |
TCP.setDestinationPort(short tcpDestinationPort) |
Sets the TCP destination port for the current TCP object instance.
|
TCP |
TCP.setHeaderLenFlags(short tcpFlags) |
Sets the TCP flags for the current TCP object instance.
|
TCP |
TCP.setReserved(byte tcpReserved) |
Sets the TCP reserved bits for the current TCP object instance.
|
TCP |
TCP.setSequenceNumber(int tcpSequenceNumber) |
Sets the TCP sequence number for the current TCP object instance.
|
TCP |
TCP.setSourcePort(short tcpSourcePort) |
Sets the TCP source port for the current TCP object instance.
|
TCP |
TCP.setUrgentPointer(short tcpUrgentPointer) |
Sets the TCP Urgent Pointer for the current TCP object instance.
|
TCP |
TCP.setWindowSize(short tcpWsize) |
Sets the TCP window size for the current TCP object instance.
|