Detect bug 6252 (unexpected sendme cell)
commitc1bd10411116c549326f74b09658a50bbae812b4
authorRoger Dingledine <arma@torproject.org>
Thu, 28 Jun 2012 18:00:01 +0000 (28 14:00 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 18 Jul 2012 14:23:04 +0000 (18 10:23 -0400)
treeca33a270b3c3da6d68f68fdd847ef807abdaac48
parentb355ddb20f534d772dcb42737ceb1d0264e2c3f1
Detect bug 6252 (unexpected sendme cell)

I only check on circuits, not streams, since bloating your stream
window past the initial circuit window can't help you much.

Also, I compare to CIRCWINDOW_START_MAX so we don't have surprising
races if we lower CIRCWINDOW_START for an experiment.
changes/bug6252 [new file with mode: 0644]
src/or/relay.c