ECMP
RU: ECMP
Equal-Cost Multi-Path routing: when the routing table contains multiple next-hops for the same destination with equal metric, a router can distribute traffic across all of them simultaneously. Flow-based hashing (on src/dst IP and ports) keeps packets of one TCP connection on one path to avoid reordering; per-packet round-robin is generally avoided for the same reason.