Port core:net to FreeBSD

This commit is contained in:
Feoramund
2024-06-26 10:05:24 -04:00
parent 10ce76fcc2
commit e61d893a74
9 changed files with 723 additions and 9 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// +build windows, linux, darwin
// +build windows, linux, darwin, freebsd
package net
/*
@@ -743,4 +743,4 @@ parse_ip_component :: proc(input: string, max_value := u64(max(u32)), bases := D
get_network_interfaces :: proc() -> []Address {
// TODO: Implement using `enumerate_interfaces` and returning only the addresses of active interfaces.
return nil
}
}