]> git.meshlink.io Git - meshlink/blobdiff - src/protocol_auth.c
dclass support within the edge protocol
[meshlink] / src / protocol_auth.c
index b05b04b1c1317bfe20c1e47b87aef6682b59ecde..349d903282005e2a9f467208c304fd4d5da47f4a 100644 (file)
@@ -411,6 +411,7 @@ bool ack_h(meshlink_handle_t *mesh, connection_t *c, const char *request) {
                }
        }
 
+       n->dclass = dclass;
        n->connection = c;
        c->node = n;
        if(!(c->options & options & OPTION_PMTU_DISCOVERY)) {