Re: 3-HEAD IPv6 updates

From: Tsantilas Christos <chtsanti@dont-contact.us>
Date: Thu, 20 Dec 2007 20:04:48 +0200

Alex Rousskov wrote:
> On Sat, 2007-12-15 at 12:56 +0200, Tsantilas Christos wrote:
>> void ICAPModXact::inheritVirginProperties(HttpRequest &newR, const
>> HttpRequest &oldR) {
>>
>> newR.client_addr = oldR.client_addr;
>> - newR.client_port = oldR.client_port;
>> -
>> newR.my_addr = oldR.my_addr;
>> - newR.my_port = oldR.my_port;
>
> Just curious, what happened to the port part? Is it now inside the
> address?
>

Yes. The IPAddress now uses the sockaddr_in and sockaddr_in6 structures
which include port (and protocol family if I am not wrong)

--
  Christos
Received on Thu Dec 20 2007 - 11:04:17 MST

This archive was generated by hypermail pre-2.1.9 : Mon Dec 31 2007 - 12:00:03 MST