RDS/IW+IB: Allow max credit advertise window.
Fix hack that restricts the credit advertisement to 127. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d39e0602bb
commit
7b70d0336d
@ -132,7 +132,7 @@ struct rds_connection {
|
||||
#define RDS_FLAG_CONG_BITMAP 0x01
|
||||
#define RDS_FLAG_ACK_REQUIRED 0x02
|
||||
#define RDS_FLAG_RETRANSMITTED 0x04
|
||||
#define RDS_MAX_ADV_CREDIT 127
|
||||
#define RDS_MAX_ADV_CREDIT 255
|
||||
|
||||
/*
|
||||
* Maximum space available for extension headers.
|
||||
|
Reference in New Issue
Block a user