commit | c44ee4aace26a6fb06530cdac90861605392843f | [log] [tgz] |
---|---|---|
author | guy <guy> | Tue Dec 10 08:16:22 2002 +0000 |
committer | guy <guy> | Tue Dec 10 08:16:22 2002 +0000 |
tree | 5f0eb57fea0ecc6e8520ae9dc1c1d907923d7621 | |
parent | 9c835793c46d08924150f8fca137077f2719f09b [diff] |
"%.f" is not a valid format string; you need a number after the ".". Use "%.3f". The floating-point numbers in RSVP packets are stored in big-endian format; extract them as such, so that when we process them as numbers they're in native byte order, not network byte order.