bc94ac2e58
Improve precision of flow duration (time a flow has been installed in a switch) from seconds to nanoseconds to improve throughput measurement accuracy when using flow stats messages. This implementation splits the existing duration fields into duration_sec and duration_nsec for both flow expiration and flow stats messages. Passes included unit tests on Ubuntu 8.04.