Racluster discarding packet loss data

Carter Bullard carter at qosient.com
Mon Feb 8 14:41:05 EST 2010


Hey Bart,
Here is a patch that fixes our problem.  I'm putting together argus-3.0.3.1 and argus-clients-3.0.3.1
which will have the patches already in.

Give it a try if you have an opportunity.

Carter

==== //depot/argus/clients/common/argus_client.c#157 - /home/carter/argus/clients/common/argus_client.c ====
7948c7948,7959
<                   if (n1->hdr.subtype == n2->hdr.subtype) {
---
>                   if (n1->hdr.subtype != n2->hdr.subtype) {
>                      if (!(((n1->hdr.subtype == ARGUS_TCP_INIT) || (n1->hdr.subtype == ARGUS_TCP_STATUS) || (n1->hdr.subtype == ARGUS_TCP_PERF)) &&
>                            ((n2->hdr.subtype == ARGUS_TCP_INIT) || (n2->hdr.subtype == ARGUS_TCP_STATUS) || (n2->hdr.subtype == ARGUS_TCP_PERF)))) {
>                         ArgusFree(ns1->dsrs[i]);
>                         ns1->dsrs[i] = NULL;
>                         ns1->dsrindex &= ~(0x01 << i);
>                         n1 = NULL;
>                         break;
>                      }
>                   }
> 
>                   if ((n1 != NULL) && (n2 != NULL)) {
8070,8073c8081
<                   } else {
<                      ArgusFree(ns1->dsrs[i]);
<                      ns1->dsrs[i] = NULL;
<                      ns1->dsrindex &= ~(0x01 << i);
---
> 

On Jan 28, 2010, at 5:03 PM, Bart Roos wrote:

> Hi Carter,
> 
> On 1/28/10 10:51 PM, Carter Bullard wrote:
>> It could be that the software on the server is newer than the one you used.
> 
> I have compared the MD5 sum of the current argus-client source package on the website and the one I was testing with. They are both the same: 3d3e9f4ce0539f8320c38cd43fcecbc1
> 
> Kind regards,
> Bart
> 
> 
> 
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3815 bytes
Desc: not available
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20100208/52c964bd/attachment.bin>


More information about the argus mailing list