Make socket port binding a separate step with ipc_netsockbindport() syscall

This commit is contained in:
2025-10-29 22:33:41 +01:00
parent 4417141216
commit d947192475
10 changed files with 54 additions and 15 deletions

View File

@ -17,6 +17,7 @@
#define E_SPAWNERROR -13
#define E_NOTYET -14
#define E_NETSOCKLISTEN -15
#define E_NETSOCKBIND -16
#if !defined(__ASSEMBLER__)