]> git.ipfire.org Git - thirdparty/tor.git/commit
Get ready to stop sending timestamps in INTRODUCE cells
authorNick Mathewson <nickm@torproject.org>
Tue, 17 Sep 2013 22:05:48 +0000 (18:05 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 20 Sep 2013 15:00:27 +0000 (11:00 -0400)
commitf8b44eedf725cadb15c3a0ad1bc5a0fa1dbbc21d
treec6f99d0d664da350fbb2c774f483887288f178ca
parent1d0ba9a61f0bc30209a8eae48b863241044b6b23
Get ready to stop sending timestamps in INTRODUCE cells

For now, round down to the nearest 10 minutes.  Later, eliminate entirely by
setting a consensus parameter.

(This rounding is safe because, in 0.2.2, where the timestamp mattered,
REND_REPLAY_TIME_INTERVAL was a nice generous 60 minutes.)
changes/no_client_timestamps_024
doc/tor.1.txt
src/or/config.c
src/or/or.h
src/or/rendclient.c