diff --git a/llarp/quic/connection.cpp b/llarp/quic/connection.cpp index 716bdfee4..08728b217 100644 --- a/llarp/quic/connection.cpp +++ b/llarp/quic/connection.cpp @@ -589,7 +589,6 @@ namespace llarp::quic send_buffer_size = nwrite; LogTrace("Sending ", send_buffer_size, "B packet"); - // FIXME: update remote addr? ecn? auto sent = send(); if (sent.blocked()) {