File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,12 @@ const (
156156 NetRcvWinScale = "recv_winscale"
157157 // NetSendWinScale is the parameter name that represents the TCP send window scaling factor.
158158 NetSendWinScale = "send_winscale"
159- // NetSeqNum is the parameter name that represents that represents the TCP sequence number.
159+ // NetSeqNum is the parameter name that represents the TCP sequence number.
160160 NetSeqNum = "seqnum"
161+ // NetStartTime is the parameter name that represents the TCP start time.
162+ NetStartTime = "start_time"
163+ // NetEndTime is the parameter name that represents the TCP end time.
164+ NetEndTime = "end_time"
161165 // NetConnID is the parameter name that represents a unique connection identifier.
162166 NetConnID = "connid"
163167 // NetL4Proto is the parameter name that identifies the Layer 4 protocol name.
You can’t perform that action at this time.
0 commit comments