mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Merge remote-tracking branch 'origin/maint-0.2.5'
This commit is contained in:
commit
fc5cab4472
3
changes/bug8093
Normal file
3
changes/bug8093
Normal file
@ -0,0 +1,3 @@
|
||||
o Downgraded warnings:
|
||||
- Downgrade the severity of the 'unexpected sendme cell from client' from
|
||||
'warn' to 'protocol warning'. Closes ticket 8093.
|
@ -1718,7 +1718,7 @@ connection_edge_process_relay_cell(cell_t *cell, circuit_t *circ,
|
||||
if (circ->package_window + CIRCWINDOW_INCREMENT >
|
||||
CIRCWINDOW_START_MAX) {
|
||||
static struct ratelim_t client_warn_ratelim = RATELIM_INIT(600);
|
||||
log_fn_ratelim(&client_warn_ratelim, LOG_WARN, LD_PROTOCOL,
|
||||
log_fn_ratelim(&client_warn_ratelim,LOG_PROTOCOL_WARN, LD_PROTOCOL,
|
||||
"Unexpected sendme cell from client. "
|
||||
"Closing circ (window %d).",
|
||||
circ->package_window);
|
||||
|
Loading…
Reference in New Issue
Block a user