View Issue Details

IDProjectCategoryView StatusLast Update
0002741GNUnetutil librarypublic2013-02-05 21:42
ReporterMatthias Wachs Assigned ToChristian Grothoff  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.5aFixed in Version0.9.5a 
Summary0002741: Client should prioritize UNIX over TCP / ...
DescriptionWhen running testbed profiler, core had PORT and unixpath configured
UNIX should be used and than TCP, but TCP was used

TODO: Check priority
TagsNo tags attached.

Activities

Christian Grothoff

2013-01-30 16:55

manager   ~0006812

This should be fixed in 25946, we didn't check for EINPROGRESS for UNIX and instead closed the socket and then tried TCP and there we DID check for EINPROGRESS. Thus, a busy system would go for UNIX first but give up too quickly.

Issue History

Date Modified Username Field Change
2013-01-23 16:07 Matthias Wachs New Issue
2013-01-30 16:55 Christian Grothoff Note Added: 0006812
2013-01-30 16:55 Christian Grothoff Status new => resolved
2013-01-30 16:55 Christian Grothoff Resolution open => fixed
2013-01-30 16:55 Christian Grothoff Assigned To => Christian Grothoff
2013-01-30 16:55 Christian Grothoff Fixed in Version => 0.10.0
2013-01-30 16:55 Christian Grothoff Target Version => 0.10.0
2013-02-05 21:39 Christian Grothoff Fixed in Version 0.10.0 => 0.9.5a
2013-02-05 21:39 Christian Grothoff Target Version 0.10.0 => 0.9.5a
2013-02-05 21:42 Christian Grothoff Status resolved => closed