Differences From Artifact [2ff21729c6]:
- File tests/OFTCPSocket/OFTCPSocket.m — part of check-in [add10740d1] at 2008-12-13 13:52:01 on branch trunk — On some systems, localhost doesn't work for IPv6, thus use ::1. (user: js, size: 1949) [annotate] [blame] [check-ins using]
To Artifact [f183df46e9]:
- File tests/OFTCPSocket/OFTCPSocket.m — part of check-in [7d7b89d775] at 2008-12-23 03:59:27 on branch trunk — Remove spaces and tabs at end of line. (user: js, size: 1947) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
66 67 68 69 70 71 72 | else { puts("Received INCORRECT string!"); return 1; } #ifdef HAVE_IPV6 memset(buf, 0, 7); | | | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | else { puts("Received INCORRECT string!"); return 1; } #ifdef HAVE_IPV6 memset(buf, 0, 7); [accepted free]; [client close]; [server close]; puts("== IPv6 =="); port = get_port(); |
︙ | ︙ |