X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_misc.c;h=225d7b4e7f325e50dab0e4281bf48dc8f84050cc;hb=33f241d97852d7a171f1aaf1bda7f66356ff889e;hp=4ca158532f26950e7d086672d7272378568db66c;hpb=601f3b2dd746ff5726eca256861f2ecf662b3a55;p=tinc diff --git a/src/protocol_misc.c b/src/protocol_misc.c index 4ca15853..225d7b4e 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -115,7 +115,7 @@ bool pong_h(connection_t *c, char *request) { /* Sending and receiving packets via TCP */ -bool send_tcppacket(connection_t *c, vpn_packet_t *packet) { +bool send_tcppacket(connection_t *c, const vpn_packet_t *packet) { /* If there already is a lot of data in the outbuf buffer, discard this packet. We use a very simple Random Early Drop algorithm. */