int createlisten(int port);
void closeconnection(int sockfd);
int createconnection_tcp(char *host, int port);
