]> git.meshlink.io Git - meshlink/blobdiff - test/channels-fork.c
Update UTCP to correctly handle timeouts sending data.
[meshlink] / test / channels-fork.c
index ecbc9d5887b67fb0baa58352746bfc127b89d755..cf916f095a5a3d71c6b5c9153e14bb7f6bb3bc45 100644 (file)
@@ -79,7 +79,7 @@ int main1(int rfd, int wfd) {
        (void)ret_val;
        meshlink_set_log_cb(NULL, MESHLINK_DEBUG, log_cb);
 
-       meshlink_handle_t *mesh1 = meshlink_open("channels_conf.1", "foo", "channels", DEV_CLASS_BACKBONE);
+       meshlink_handle_t *mesh1 = meshlink_open("channels_fork_conf.1", "foo", "channels", DEV_CLASS_BACKBONE);
 
        if(!mesh1) {
                fprintf(stderr, "Could not initialize configuration for foo\n");
@@ -174,7 +174,7 @@ int main2(int rfd, int wfd) {
 
        meshlink_set_log_cb(NULL, MESHLINK_DEBUG, log_cb);
 
-       meshlink_handle_t *mesh2 = meshlink_open("channels_conf.2", "bar", "channels", DEV_CLASS_BACKBONE);
+       meshlink_handle_t *mesh2 = meshlink_open("channels_fork_conf.2", "bar", "channels", DEV_CLASS_BACKBONE);
 
        if(!mesh2) {
                fprintf(stderr, "Could not initialize configuration for bar\n");