]> www.tinc-vpn.org Git - tinc/blobdiff - src/protocol_key.c
Add UDP datagram relay support to SPTPS.
[tinc] / src / protocol_key.c
index abde7772c40aedcd8f8dcb050ae3755b354cba01..a4d97aeb7f3b39b77b0b48916ce7564a2592bacc 100644 (file)
@@ -255,6 +255,7 @@ bool req_key_h(connection_t *c, const char *request) {
                        return true;
                }
 
+               /* TODO: forwarding SPTPS packets in this way is inefficient because we send them over TCP without checking for UDP connectivity */
                send_request(to->nexthop->connection, "%s", request);
        }