untangled moench from jungfrau, quite a few changes

This commit is contained in:
Dhanya Maliakal
2016-10-27 07:26:47 +02:00
parent 7eda5f9de5
commit 3c646c3545
16 changed files with 3222 additions and 5319 deletions

View File

@ -137,7 +137,7 @@ int acceptConnection(int socketDescriptor) {
//socklen_t address_length;
size_t address_length=sizeof(struct sockaddr_in);
socklen_t address_length=sizeof(struct sockaddr_in);
if (socketDescriptor<0)
return -1;