Make compare_packet follow memcmp semantics and export to other modules
authorJonathan McDowell <noodles@earth.li>
Mon, 25 Apr 2011 01:47:24 +0000 (18:47 -0700)
committerJonathan McDowell <noodles@earth.li>
Mon, 25 Apr 2011 01:47:24 +0000 (18:47 -0700)
  compare_packet is potentially useful elsewhere, but rather than a
  true/false comparison provide -1/0/1 for less than/equal/greater
  than, as memcmp does.


No differences found