feat: kernel network statistics reporting, new Network configuration applet
This commit is contained in:
@@ -129,6 +129,11 @@
|
||||
Set the network configuration (IP, mask, gateway, DNS server).
|
||||
int montauk::set_netcfg(const Montauk::NetCfg* cfg);
|
||||
|
||||
.B SYS_NETSTATUS (125)
|
||||
Get adapter status including driver name, link state, polling mode,
|
||||
and RX/TX packet counters.
|
||||
int montauk::net_status(Montauk::NetStatus* out);
|
||||
|
||||
.B SYS_RESOLVE (44)
|
||||
Resolve a hostname to an IPv4 address via DNS. Sends a UDP
|
||||
query to the configured DNS server and waits up to 5 seconds
|
||||
|
||||
Reference in New Issue
Block a user