removed signatures file

This commit is contained in:
Joseph Henry
2017-03-07 11:54:42 -08:00
parent 6fc9defa84
commit fe9803eba5
10 changed files with 32 additions and 121 deletions

View File

@@ -80,7 +80,7 @@ int main(int argc, char **argv) {
/* print the server's reply */
memset(buf, 0, sizeof(buf));
n = recvfrom(sock, buf, BUFSIZE, 0, (struct sockaddr *)&serveraddr, (socklen_t *)&serverlen);
n = zts_recvfrom(sock, buf, BUFSIZE, 0, (struct sockaddr *)&serveraddr, (socklen_t *)&serverlen);
//if (n < 0)
// printf("ERROR in recvfrom: %d", n);
printf("Echo from server: %s", buf);