]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ip/Address.cc
IPAddress tests and corrections.
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 8 Nov 2008 13:39:39 +0000 (06:39 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 8 Nov 2008 13:39:39 +0000 (06:39 -0700)
commit12f45551aa4cd1a157722d040b9d5f9b38f18116
treeca02b3ff2ea00e0df003a544b9b6550363399ac5
parentf9150fbfcf307aff921a869c522b3dc6f579645b
IPAddress tests and corrections.

Fixes two cases where GetSockAddr did not set sin*_len properly

Fixes configure tests for sin*_len

TODO: still to find and fix where we are getting on FreeBSD:
 SYS SS_LEN=16
 SQD SS_LEN=0    (should be 16)
configure.in
lib/IPAddress.cc
lib/tests/testIPAddress.cc