
17 May
2017
17 May
'17
11:32 a.m.
On 05/16/2017 10:03 AM, Michal Privoznik wrote:
This is a special type of stream packet, that is bidirectional and will contain information on how much bytes are both sides skipping in the stream.
and contains information regarding how many bytes each side will be skipping in the stream.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- daemon/stream.c | 3 ++- src/rpc/virnetclient.c | 1 + src/rpc/virnetprotocol.x | 12 +++++++++++- src/virnetprotocol-structs | 1 + 4 files changed, 15 insertions(+), 2 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John