[GitHub] [qpid-dispatch] ted-ross commented on a change in pull request #1435: DISPATCH-2267 - IO-thread facility to watch for changes to address reachability

2021-11-17 Thread GitBox
ted-ross commented on a change in pull request #1435: URL: https://github.com/apache/qpid-dispatch/pull/1435#discussion_r751254686 ## File path: include/qpid/dispatch/router_core.h ## @@ -160,6 +169,64 @@ void qdr_send_to2(qdr_core_t *core, qd_message_t *msg, const char *addr,

[GitHub] [qpid-dispatch] ted-ross commented on a change in pull request #1435: DISPATCH-2267 - IO-thread facility to watch for changes to address reachability

2021-11-17 Thread GitBox
ted-ross commented on a change in pull request #1435: URL: https://github.com/apache/qpid-dispatch/pull/1435#discussion_r751250679 ## File path: src/router_core/address_watch.c ## @@ -0,0 +1,160 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

[GitHub] [qpid-dispatch] ted-ross commented on a change in pull request #1435: DISPATCH-2267 - IO-thread facility to watch for changes to address reachability

2021-11-15 Thread GitBox
ted-ross commented on a change in pull request #1435: URL: https://github.com/apache/qpid-dispatch/pull/1435#discussion_r749717375 ## File path: src/router_core/address_watch.c ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c