On Mon, May 10, 2021 at 01:00:33PM +0200, Haris Iqbal wrote: > On Sun, May 9, 2021 at 1:24 PM Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > > > On Mon, May 03, 2021 at 01:48:01PM +0200, Gioh Kim wrote: > > > From: Gioh Kim <gi-oh.kim@xxxxxxxxxxxxxxx> > > > > > > The queue_depth size is sent from server and > > > server already checks validity of the value. > > > > Do you trust server? What will be if server is not reliable and sends > > garbage? > > Hi Leon, > > The server code checks for the queue_depth before sending. If the > server is really running malicious code, then the queue_depth is the > last thing that the client needs to worry about. Like what? for an example? Thanks