Skip to content
Snippets Groups Projects
Commit 12a11b6b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add getnodeclient() to read a node's client.ini file

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
parent 7a14dbca
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1019 failed