tcp: options support into pg 82/39082/4
authorMaxime Peim <mpeim@cisco.com>
Mon, 19 Jun 2023 16:19:48 +0000 (18:19 +0200)
committerBeno�t Ganne <bganne@cisco.com>
Thu, 22 Jun 2023 12:39:35 +0000 (12:39 +0000)
commitfdf6fbe2e771d88beddb6ca8d8bbd39599beeb9c
tree0e2c781b36f8e169e5393a7aa68802dc964b32c9
parent9ba6dcf558eeb876f863e13e6250c13341a2a3f0
tcp: options support into pg

Packet-generator does not support TCP options.
Along with its support, a formatting function has been added.
Further work will be needed to update header formatting functions
to take into account TCP connection options. For now, TCP options
are taken on a per-packet basis.

Type: improvement
Change-Id: Id800887853c4941d893be353ce6d8624ed8bbc5d
Signed-off-by: Maxime Peim <mpeim@cisco.com>
src/vnet/tcp/tcp_format.c
src/vnet/tcp/tcp_pg.c