< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Changes required to compile reSIProcate under Cygwin


Thanks. I've tested the patch under OS X, and verified that it appears to cause no problems, so I've committed it (with only one minor change, related to the V6 comment below). I'm in the process of testing it under Linux, cygwin, and in Visual Studio Express 2005.


On 11/19/08 12:48 PM, Francis Joanis wrote:
- Cygwin doesn't seem to have any support for IPV6, so
Tuple::writeBinaryToken had to be changed

I do not think the changes to the Tuple class are completely valid

No, these are fine. In a non-V6 system, there is no way the system will create or attempt to use a V6 tuple, so this code wouldn't ever get exercised anyway.

/a