vnet: Add field for transmit time
Add a field in the buffer header for transmit time. High-level protocols need a consistent way to do this. Change-Id: Ifff60ee5e32eed7aa6f6ae8e6fb1dd9d7870e9ee Signed-off-by: Kevin Paul Herbert <kph@cisco.com>
This commit is contained in:
committed by
Damjan Marion
parent
63a814d9b6
commit
dac3fd44ff
@@ -119,6 +119,8 @@ typedef struct {
|
||||
u32 established_connection_index;
|
||||
|
||||
u32 mini_connection_index;
|
||||
|
||||
u32 transmit_stamp;
|
||||
} tcp;
|
||||
|
||||
/* ICMP */
|
||||
|
||||
Reference in New Issue
Block a user