Make socket port binding a separate step with ipc_netsockbindport() syscall
This commit is contained in:
@ -39,5 +39,6 @@
|
||||
#define SYS_IPC_NETSOCKLISTEN 40
|
||||
#define SYS_IPC_NETSOCKPOLLEV 41
|
||||
#define SYS_IPC_NETSOCKDELETE 42
|
||||
#define SYS_IPC_NETSOCKBINDPORT 43
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
Reference in New Issue
Block a user