From fe6ca826dfc4d107faead4d3293740f29ad88ac1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 27 Feb 2016 18:08:24 +0100 Subject: Make sure that every module in src/or has a brief description. --- src/or/circpathbias.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/or/circpathbias.c') diff --git a/src/or/circpathbias.c b/src/or/circpathbias.c index a0115cc6ec..5c8849f8ce 100644 --- a/src/or/circpathbias.c +++ b/src/or/circpathbias.c @@ -4,6 +4,15 @@ * Copyright (c) 2007-2015, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file circpathbias.c + * + * \brief Code to track success/failure rates of circuits built through + * different tor nodes, in an attempt to detect attacks where + * an attacker deliberately causes circuits to fail until the client + * choses a path they like. + */ + #include "or.h" #include "channel.h" #include "circpathbias.h" -- cgit v1.2.3-54-g00ecf