My Project
connection.h
Go to the documentation of this file.
1
6
#ifndef CONNECTION_H
7
#define CONNECTION_H
8
9
20
int
initConnectionHandler
(
void
);
21
35
void
handleConnection
(
int
clientSock,
int
listenSock);
36
37
38
#endif
/* CONNECTION_H */
handleConnection
void handleConnection(int clientSock, int listenSock)
Handles an incoming connection.
initConnectionHandler
int initConnectionHandler(void)
Initializes the connection-handling module.
Generated on Mon Jul 8 2024 14:04:43 for My Project by
1.9.4