K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-01-01T22:11:44.173376Z K 7 svn:log V 478 Add IP SUBSET patch to pnet branch: the IP_SUBSET socket option allows identically bound UDP sockets to balance load between them using various strategies, including random assignment, flow-based assignment, CPU-based assignment, and kernel thread ID-based assignment. UDP applications, such as BIND, memcached, etc, can create multiple sockets, each with SO_REUSEPORT set, followed by specifying their index among a set of matching sockets all servicing the same port number. END