identical bridge-purpose descriptor soon after, don't discard
the next one as a duplicate.
svn:r12933
- Fix test for rlim_t on OSX 10.3: sys/resource.h doesn't want to
be included unless sys/time.h is already included. Fixes
bug 553. Bugfix on 0.2.0.x.
+ - If we receive a general-purpose descriptor and then receive an
+ identical bridge-purpose descriptor soon after, don't discard
+ the next one as a duplicate.
o Minor features:
- If BridgeRelay is set to 1, then the default for
strcasecmp(r1->nickname, r2->nickname) ||
r1->or_port != r2->or_port ||
r1->dir_port != r2->dir_port ||
+ r1->purpose != r2->purpose ||
crypto_pk_cmp_keys(r1->onion_pkey, r2->onion_pkey) ||
crypto_pk_cmp_keys(r1->identity_pkey, r2->identity_pkey) ||
strcasecmp(r1->platform, r2->platform) ||