Skip to content
  • Rob Swindell's avatar
    Add getnodeclient() to read a node's client.ini file · 12a11b6b
    Rob Swindell authored
    One weird thing is that client_t:
    - has just a const char* for the protocol, so that's strdup/free'd here (consider making this a char array to simplify this API)
    - does not have a socket descriptor, so that value is returned
    - does not have local addr/port info
    12a11b6b