socket: Add server socket fucntions

About to be used in test code.
This commit is contained in:
Kim Woelders
2023-02-12 22:15:26 +01:00
parent a978e86c82
commit 84c54c5504
2 changed files with 119 additions and 20 deletions
+3
View File
@@ -6,4 +6,7 @@
int socket_create_client(const char *addr);
int socket_create_server(const char *addr);
int socket_create_server_client(int sfd);
#endif /* NVT_SOCKET_H */