Make socket port binding a separate step with ipc_netsockbindport() syscall
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
#define E_SPAWNERROR -13
|
||||
#define E_NOTYET -14
|
||||
#define E_NETSOCKLISTEN -15
|
||||
#define E_NETSOCKBIND -16
|
||||
|
||||
#if !defined(__ASSEMBLER__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user