RDS: Congestion-handling code
authorAndy Grover <andy.grover@oracle.com>
Tue, 24 Feb 2009 15:30:20 +0000 (15:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:39:24 +0000 (23:39 -0800)
commit922cb17a5c812fcc9ebee249f4109db099896941
tree7321ae3014fb01f217f9f03251b89ca23ec5222e
parent39de8281791c4a01abcb0d32879530ffa5863c01
RDS: Congestion-handling code

RDS handles per-socket congestion by updating peers with a complete
congestion map (8KB). This code keeps track of these maps for itself
and ones received from peers.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/cong.c [new file with mode: 0644]