progress on tunnels

This commit is contained in:
2025-07-27 21:06:06 +02:00
parent d4f1db1ddb
commit 6499f919d0
7 changed files with 117 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
#include "../neonucleus.h"
nn_tunnel *nn_debugLoopbackTunnel(nn_Context *context, nn_debugLoopbackNetworkOpts opts, nn_networkControl control) {
nn_tunnelTable table = {};
return nn_newTunnel(context, table, control);
}