Skip to content

Commit 34bc662

Browse files
committed
LocalIP: detect ethernet speed
1 parent a54cbee commit 34bc662

File tree

4 files changed

+394
-1
lines changed

4 files changed

+394
-1
lines changed

src/detection/localip/localip.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ typedef struct FFLocalIpResult
99
FFstrbuf ipv6;
1010
FFstrbuf mac;
1111
int32_t mtu;
12+
int32_t speed;
1213
bool defaultRoute;
1314
} FFLocalIpResult;
1415

0 commit comments

Comments
 (0)