Attention is currently required from: fixeria, daniel. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/30616 )
Change subject: ipa: Add ipa_client_conn_open2 with connect timeout argument ...................................................................... Patch Set 2: Code-Review-1 (4 comments) File TODO-RELEASE: https://gerrit.osmocom.org/c/libosmo-abis/+/30616/comment/eaee12b9_c649f521 PS2, Line 10: libosmo-abis API change New function ipa_client_conn_open2 better s/API change/new API/g, it helps me quickly understanding how to bump the libversion stuff. File include/osmocom/abis/ipa.h: https://gerrit.osmocom.org/c/libosmo-abis/+/30616/comment/0fa3006e_ed0ccbbd PS2, Line 108: int ipa_client_conn_open2(struct ipa_client_conn *link, int timeout); connect_timeout? File src/input/ipa.c: https://gerrit.osmocom.org/c/libosmo-abis/+/30616/comment/f177ff73_dd4c9cc1 PS2, Line 136: osmo_timer_del(&link->timer); you should delete the timer before returning above, otherwise you leave it set if the socket returned an error before timeout. https://gerrit.osmocom.org/c/libosmo-abis/+/30616/comment/9207107e_524632ea PS2, Line 246: int ipa_client_conn_open2(struct ipa_client_conn *link, int timeout) connect_tmeout -- To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/30616 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: Iaeb672a4c981e9769443fb0cd6c8e59cb76307bd Gerrit-Change-Number: 30616 Gerrit-PatchSet: 2 Gerrit-Owner: daniel <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-Attention: fixeria <[email protected]> Gerrit-Attention: daniel <[email protected]> Gerrit-Comment-Date: Thu, 15 Dec 2022 13:19:43 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
