Skip to content

Commit 6acee3a

Browse files
committed
keep old UDPEstablished for backwards compatibility
1 parent 182fc53 commit 6acee3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/guestagent/procnettcp/procnettcp.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const (
3232
TCPEstablished State = 0x1
3333
TCPListen State = 0xA
3434
UDPUnconnected State = 0x7
35+
// Deprecated: Use UDPUnconnected directly instead.
36+
UDPEstablished State = UDPUnconnected
3537
)
3638

3739
type Entry struct {

0 commit comments

Comments
 (0)