From 6df2c7954126a316f86908526c3bb4d649f06597 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 11 Oct 2019 16:53:08 +0200 Subject: papi: harden socket handling In the previous implementation of socket transport for PAPI, socket methods .send and .recv_into were used. But they are not guaranteed to send/receive all the data for the full message. The receive part contained a loop, but it handled only the main message, not the header. This patch replaces .send with .sendall and uses newly defined _read_fixed method. Also, removed Paul from maintainers, as he is not active much, lately. Type: fix Change-Id: Iae1a68bf8f9e666856b7c7d62ebfe22defc5dfe1 Signed-off-by: Vratko Polak --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 4f5e24a3366..7e1b65b3522 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -522,7 +522,6 @@ F: src/plugins/hs_apps/ Python binding for the VPP API I: papi M: Ole Troan -M: Paul Vinciguerra F: src/vpp-api/python Plugin - SCTP -- cgit 1.2.3-korg