Mentions légales du service

Skip to content

tests: Fix logic of test "VSG send piggyback port"

RILLING Louis requested to merge fix/test-send-piggyback-port into master

Fix two flaws:

  • depending on execution timings, AtDeadline messages can arrive before the actor receives a SendPacket message;
  • failing to decode the right port could just result from no DeliverPacket message received at all.

Closes #23 (closed)

Edited by RILLING Louis

Merge request reports