mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
disable (temporary) socket bypassing
This commit is contained in:
parent
eede10c0b8
commit
dc4e376f94
1 changed files with 4 additions and 0 deletions
|
@ -41,7 +41,11 @@
|
|||
|
||||
#define AF_MMNIF_NET 0x42
|
||||
|
||||
#if 0
|
||||
#define MMNIF_AUTOACTIVATE_FAST_SOCKETS LWIP_SOCKET
|
||||
#else
|
||||
#define MMNIF_AUTOACTIVATE_FAST_SOCKETS 0
|
||||
#endif
|
||||
|
||||
#if MMNIF_AUTOACTIVATE_FAST_SOCKETS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue