commit | e575235fc6026bb75e166ff68f84118c62d73f94 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Wed Jun 11 18:19:30 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 11 12:23:17 2014 -0700 |
tree | 299131847e629caa9201f9ba8066302864e0f22d | |
parent | b82e8f31acc7d799638692e65ff017f3e1b6a43d [diff] |
net: sctp: migrate most recently used transport to ktime Be more precise in transport path selection and use ktime helpers instead of jiffies to compare and pick the better primary and secondary recently used transports. This also avoids any side-effects during a possible roll-over, and could lead to better path decision-making. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>