Re: [PATCH UEK5-{Master,U2,U1},UEK4-QU7] rds: Add per peer RDS socket send buffer

2019-03-04 Thread Ka-Cheong Poon
Please ignore this review request. It was sent to the wrong alias. I'm sorry about this. On 3/4/19 6:32 PM, Ka-Cheong Poon wrote: Currently, an RDS socket's send buffer is shared by all the peers this socket communicates with. When one or more peers are slow to receive, their unacknowledged

[PATCH UEK5-{Master,U2,U1},UEK4-QU7] rds: Add per peer RDS socket send buffer

2019-03-04 Thread Ka-Cheong Poon
Currently, an RDS socket's send buffer is shared by all the peers this socket communicates with. When one or more peers are slow to receive, their unacknowledged data can consume a large portion of the socket's buffer. This will affect the communication with other peers of the socket. To resolve