View Issue Details

IDProjectCategoryView StatusLast Update
0006870GNUnettransport servicepublic2024-03-05 15:54
Reporterschanzen Assigned Tot3sserakt  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
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

schanzen

2024-03-05 15:54

administrator   ~0021683

Check please if this is still an issue with 0.21

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
2024-03-05 15:53 schanzen Assigned To => t3sserakt
2024-03-05 15:53 schanzen Status new => assigned
2024-03-05 15:54 schanzen Note Added: 0021683