View Issue Details

IDProjectCategoryView StatusLast Update
0002116GNUnetutil librarypublic2012-02-28 11:05
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PriorityurgentSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.0 
Target Version0.9.2Fixed in Version0.9.2 
Summary0002116: resolver sends 'struct sockaddr'(in/in6) in IPC protocol
DescriptionThis is not really portable (how to write Java client that works on systems with different struct sockaddr's?). Also, why send the port like that? Overall, the resolver protocol clearly needs to be cleaned up.
TagsNo tags attached.

Activities

Christian Grothoff

2012-01-27 13:48

manager   ~0005395

Resolver API now appends 'struct in_addr' (4 bytes) or 'struct in6_addr' (16 bytes) depending on AF_INET or AF_INET6 being set (or of course still the 0-terminated hostname for normal lookups). The replies were changed in the same way.

Issue History

Date Modified Username Field Change
2012-01-26 15:31 Christian Grothoff New Issue
2012-01-26 15:31 Christian Grothoff Status new => assigned
2012-01-26 15:31 Christian Grothoff Assigned To => Christian Grothoff
2012-01-27 13:48 Christian Grothoff Note Added: 0005395
2012-01-27 13:48 Christian Grothoff Status assigned => resolved
2012-01-27 13:48 Christian Grothoff Fixed in Version => 0.9.2
2012-01-27 13:48 Christian Grothoff Resolution open => fixed
2012-02-28 11:05 Christian Grothoff Status resolved => closed