View Issue Details

IDProjectCategoryView StatusLast Update
0006870GNUnettransport servicepublic2021-12-31 09:32
Reporterschanzen Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product VersionGit master 
Target Version1.0.0 
Summary0006870: [TNG] UDP Communicator should tell TNG service of outgoing queue on packet receipt
DescriptionCurrently, the UDP communicator tells the service of outgoing queues whenever we connect to an ip/port given a hello.
The communicator then tries to verify this connection through a key exchange.

The receiver, upon receiving a KX, tries to send an answer back via the TNG service. (Backchannel)
Before doing that, the receiver should tell the TNG service of the outgoing queue to the endpoint from which we just received
the KX.

Currently, this is not done and this results in a situation where if the receiver does not have any other connections, it will never
send an answer to the KX.

Basically, we should treat the incoming packet like a connection request from the TNG service, providing unverified queues for
use in a virtual link.
Tagstng

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-05-17 10:33 schanzen New Issue
2021-05-17 10:33 schanzen Tag Attached: tng
2021-06-10 19:36 schanzen Target Version 0.15.0 => 0.16.0
2021-12-31 09:29 schanzen Target Version 0.16.0 => 0.17.0
2021-12-31 09:32 schanzen Target Version 0.17.0 => 1.0.0