
03-17-2011, 09:13 AM
|
Jaguar
|
|
Join Date: Jan 2011
Posts: 36
|
|
Quote:
Originally Posted by abiogenesis
Hi, it's me again 
Thanks to your code I've fixed a couple of my bugs and I think I've found one in your setMulticastList function.
Here, according to 5722-PG101-R.pdf, crc should be calculated for every address in the array, so it would be "addrs + i" or "&addrs[i]".
|
my bad, how could I missed that
thanks for pointing that out 
|