server: disable pdu length check for now
authorJens Axboe <axboe@fb.com>
Tue, 26 Jan 2016 18:19:16 +0000 (11:19 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 26 Jan 2016 18:19:16 +0000 (11:19 -0700)
commit9b88d5e9928a27db5476118c02907794c688c232
treea10f9e1ad346136858af12ef1eb332f28c74ec6c
parent0a79d3649b127b13c5f0ba33f4431a1d2e502868
server: disable pdu length check for now

Vectored entries don't always honor it. Allow longer payloads, until
we fix the breakdown again.

Signed-off-by: Jens Axboe <axboe@fb.com>
server.c