View Issue Details

IDProjectCategoryView StatusLast Update
0003091GNUnetcadet servicepublic2013-12-24 20:54
ReporterFlorian Dold Assigned ToBart Polot  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0003091: GNUNET_MESH_tunnel_create should report when the target peer is not accepting tunnels on the given port
DescriptionCurrently, creating a tunnel to a peer which is not listening on the given port blocks indefinitely. Even if some time later the target peer *does* listen on the port, the connection will not be established.

As discussed, there should be a way for the mesh api to report that a peer did not accept our request to create a tunnel.
TagsNo tags attached.

Activities

Bart Polot

2013-10-29 17:50

manager   ~0007579

Working on it.

Bart Polot

2013-11-07 18:46

manager   ~0007608

Should be fixed in r30608.

Bart Polot

2013-11-07 18:51

manager   ~0007609

Documentation in r30609.

If peer does not accept the request, the channel end callback is called and the channel is destroyed (handle no longer valid).

Issue History

Date Modified Username Field Change
2013-10-29 17:47 Florian Dold New Issue
2013-10-29 17:47 Florian Dold Status new => assigned
2013-10-29 17:47 Florian Dold Assigned To => Bart Polot
2013-10-29 17:50 Bart Polot Note Added: 0007579
2013-10-29 17:50 Bart Polot Status assigned => confirmed
2013-11-07 18:42 Christian Grothoff Status confirmed => assigned
2013-11-07 18:42 Christian Grothoff Product Version => Git master
2013-11-07 18:42 Christian Grothoff Target Version => 0.10.0
2013-11-07 18:46 Bart Polot Note Added: 0007608
2013-11-07 18:46 Bart Polot Status assigned => resolved
2013-11-07 18:46 Bart Polot Fixed in Version => Git master
2013-11-07 18:46 Bart Polot Resolution open => fixed
2013-11-07 18:51 Bart Polot Note Added: 0007609
2013-12-08 23:57 Christian Grothoff Fixed in Version Git master => 0.10.0
2013-12-24 20:54 Christian Grothoff Status resolved => closed
2014-05-09 18:34 Christian Grothoff Category mesh service => cadet service