Attention is currently required from: pespin, msuraev.

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

Change subject: Add osmo_sockaddr_size() to return the size of the variant used
......................................................................


Patch Set 2:

(1 comment)

File include/osmocom/core/socket.h:

https://gerrit.osmocom.org/c/libosmocore/+/31172/comment/5e47653c_19e393cc
PS1, Line 42: {
> "I was about to disagree with Max, but since sendto() can be used with NULL 
> and 0 for addr/addr_len  […]
man sendto

```
send(sockfd, buf, len, flags);
is equivalent to
sendto(sockfd, buf, len, flags, NULL, 0);
```



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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I952b6bb752441fe019fc18f89bce4bbfbe58994a
Gerrit-Change-Number: 31172
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: msuraev <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-Attention: pespin <[email protected]>
Gerrit-Attention: msuraev <[email protected]>
Gerrit-Comment-Date: Tue, 21 Feb 2023 17:27:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <[email protected]>
Comment-In-Reply-To: daniel <[email protected]>
Comment-In-Reply-To: msuraev <[email protected]>
Gerrit-MessageType: comment

Reply via email to