aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/relay.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-23 09:29:24 -0400
committerGeorge Kadianakis <desnacked@riseup.net>2019-05-27 14:20:36 +0300
commitfcd51fd49f8c30ab8d5d1d099d43e510187150c6 (patch)
tree32f4acb7bd15ef2e56caec65717203141c5c9442 /src/core/or/relay.c
parent0bc1241494a118d5319207a9f4683b993d389e77 (diff)
downloadtor-fcd51fd49f8c30ab8d5d1d099d43e510187150c6.tar.gz
tor-fcd51fd49f8c30ab8d5d1d099d43e510187150c6.zip
Tests for deciding how full our relay cells should be
Diffstat (limited to 'src/core/or/relay.c')
-rw-r--r--src/core/or/relay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/relay.c b/src/core/or/relay.c
index c48147dff8..9f90a09699 100644
--- a/src/core/or/relay.c
+++ b/src/core/or/relay.c
@@ -2055,7 +2055,7 @@ circuit_reset_sendme_randomness(circuit_t *circ)
* Helper. Return the number of bytes that should be put into a cell from a
* given edge connection on which <b>n_available</b> bytes are available.
*/
-static size_t
+STATIC size_t
connection_edge_get_inbuf_bytes_to_package(size_t n_available,
int package_partial,
circuit_t *on_circuit)