sock api: fix registrations and client reads 14/15114/5
authorFlorin Coras <fcoras@cisco.com>
Wed, 3 Oct 2018 01:29:25 +0000 (18:29 -0700)
committerDave Barach <openvpp@barachs.net>
Wed, 3 Oct 2018 16:42:38 +0000 (16:42 +0000)
- When clients connect, instead of returing registration indicies return
handles. By convention socket registrations will have the MSB set to 1.
This makes it easy to distinguish them from shm registrations.
- Fix client reads to allow for messages larger than 4kB (needed for the
creat reply wherein the message table is provided).

Change-Id: I7bc0a072d066dffbf2e3ad9ba3ed50291231af9d
Signed-off-by: Florin Coras <fcoras@cisco.com>

No differences found