Attention is currently required from: neels, laforge, fixeria, msuraev.

pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/28995 )

Change subject: Add osmo_sockaddr_to_str_buf3()
......................................................................


Patch Set 11: Code-Review-1

(1 comment)

Patchset:

PS11:
I'm still not following why do we need this function. This function gets 1 
struct osmo_sockaddr as input, so it cannot really handle multiaddress, because 
osmo_sockaddr holds only address.
Hence, if you simply want to get the string representation of 1 IP address, you 
already have:
 const char *osmo_sockaddr_ntop(const struct sockaddr *sa, char *dst);

In case you want to print the port too, the osmo_sockaddr_to-str_buf2 already 
makes the job.
Am I missing something?



--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/28995
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I36f20701663c3c7eae7fedc6551da44800b325bf
Gerrit-Change-Number: 28995
Gerrit-PatchSet: 11
Gerrit-Owner: msuraev <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-CC: dexter <[email protected]>
Gerrit-Attention: neels <[email protected]>
Gerrit-Attention: laforge <[email protected]>
Gerrit-Attention: fixeria <[email protected]>
Gerrit-Attention: msuraev <[email protected]>
Gerrit-Comment-Date: Mon, 20 Feb 2023 10:33:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment

Reply via email to