| 7 | #include "seccomp-bpf.h" |
| 8 | |
| 9 | struct sockaddr_in serv; //This is our main socket variable. |
| 10 | int fd; //This is the socket file descriptor that will be used to identify the socket |
| 11 | int conn; //This is the connection file descriptor that will be used to distinguish client connections. |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected