Hacker News new | ask | show | jobs
by huhtenberg 5385 days ago
Actually, the quintet of [protocol, src_ip, src_port, dst_ip, dst_port] is what's unique (protocol being TCP or UDP)
1 comments

Good point. Each unique client (address, port) can get a separate connection on a given/fixed server (address, port).