mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
Kernel: More work on sockets. Fleshing out connect().
This commit is contained in:
parent
b12ab1270a
commit
b20a7aca61
7 changed files with 90 additions and 4 deletions
|
@ -46,6 +46,7 @@
|
|||
__ERROR(EADDRINUSE, "Address in use") \
|
||||
__ERROR(EWHYTHO, "Failed without setting an error code (Bug!)") \
|
||||
__ERROR(ENOTEMPTY, "Directory not empty") \
|
||||
__ERROR(ECONNREFUSED, "Connection refused") \
|
||||
|
||||
|
||||
enum __errno_values {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue