Attention is currently required from: fixeria.

laforge has posted comments on this change by fixeria. ( 
https://gerrit.osmocom.org/c/libosmocore/+/41685?usp=email )

Change subject: logging: change gsmtap target to use wqueue by default
......................................................................


Patch Set 1:

(1 comment)

Patchset:

PS1:
I think we can simply try to set a large UDP send buffer and ask the kernel to 
do any buffering by switcing to non-blocking mode and discarding anything when 
we hit the send buffer limit (just like we would with the write-queue limit).  
Using osmo_wqueue with datagram sockets doesn't really make all that much sense 
to me, as it just adds overhead to the program for something the kernel could 
do just as well (and kernel overhead can be done on other CPU cores).



--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41685?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: comment
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I9d8c953a5b467ce4396d2d20ca6fa72a749723c0
Gerrit-Change-Number: 41685
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <[email protected]>
Gerrit-CC: pespin <[email protected]>
Gerrit-Attention: fixeria <[email protected]>
Gerrit-Comment-Date: Tue, 16 Dec 2025 15:42:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No

Reply via email to