Add packet headers in UDPC fifos 18/19118/3
authorAloys Augustin <aloaugus@cisco.com>
Tue, 23 Apr 2019 15:18:38 +0000 (17:18 +0200)
committerNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Fri, 3 May 2019 12:10:18 +0000 (14:10 +0200)
commitde38b387297ae06a47b61859d10135467c60fc13
tree29135737cec2e9154b9157c94028f282ed82c56b
parent1d1985de91833a5483a6b7ee96ef4090d530a7a6
Add packet headers in UDPC fifos

This change adds packet headers for each packet in a UDPC connection. This
changes the semantic of UDPC from an unreliable, unordered stream of bytes to an
unreliable, unordered sequence of packets.

Change-Id: I831e43903870a5720d26daa6e971299d03b208d7
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
src/vnet/udp/udp.c
src/vnet/udp/udp_input.c