]> git.ipfire.org Git - thirdparty/lldpd.git/commit
snmp: use a 16-bit checksum, not a 15-bit one.
authorVincent Bernat <bernat@luffy.cx>
Mon, 17 Oct 2011 05:48:17 +0000 (07:48 +0200)
committerVincent Bernat <bernat@luffy.cx>
Mon, 17 Oct 2011 05:48:17 +0000 (07:48 +0200)
commit1066729b4f27ed979d871770a3f3a41c61a5ee2b
tree89bd009f175d0949d8078fe37837531268099034
parentfbb9deaa30a21decb685ac836f4d6ff27100dcaf
snmp: use a 16-bit checksum, not a 15-bit one.

We could use a 31-bit checksum but we would have to write it. We
prefer to minimize the code.
src/agent.c