mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Coalesce more.
This commit is contained in:
@@ -17,7 +17,16 @@ package net
|
||||
Colin Davidson: Linux platform code, OSX platform code, Odin-native DNS resolver
|
||||
Jeroen van Rijn: Cross platform unification, code style, documentation
|
||||
|
||||
|
||||
TODO: Implement. Can probably use the (current) Linux implementation,
|
||||
which will itself be switched over to talking to the kernel via NETLINK protocol once we have raw sockets.
|
||||
*/
|
||||
|
||||
@(private)
|
||||
_enumerate_interfaces :: proc(allocator := context.allocator) -> (interfaces: []Network_Interface, err: Network_Error) {
|
||||
context.allocator = allocator
|
||||
|
||||
|
||||
// TODO: Implement. Can probably use the (current) Linux implementation,
|
||||
// which will itself be switched over to talking to the kernel via NETLINK protocol
|
||||
// once we have raw sockets.
|
||||
|
||||
unimplemented()
|
||||
}
|
||||
Reference in New Issue
Block a user