diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-02 13:26:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-02 13:33:08 -0400 |
commit | 88a7a027286046b1f9af3d495c1081a7f503efc5 (patch) | |
tree | 67f3ca07641d63ad7c5ab27915381fa8aa54d382 /src/or/or.h | |
parent | ca67dd83674583a07429df283444ed8d77ae8250 (diff) | |
download | tor-88a7a027286046b1f9af3d495c1081a7f503efc5.tar.gz tor-88a7a027286046b1f9af3d495c1081a7f503efc5.zip |
Bufferevent removal: remove more bufferevent-only options
(All this IOCP stuff was bufferevent-only.)
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/or/or.h b/src/or/or.h index e091d5cfd3..3ca9ea248f 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4292,12 +4292,6 @@ typedef struct { */ double CircuitPriorityHalflife; - /** If true, do not enable IOCP on windows with bufferevents, even if - * we think we could. */ - int DisableIOCP; - /** For testing only: will go away eventually. */ - int UseFilteringSSLBufferevents; - /** Set to true if the TestingTorNetwork configuration option is set. * This is used so that options_validate() has a chance to realize that * the defaults have changed. */ @@ -4321,11 +4315,6 @@ typedef struct { * never use it. If -1, we do what the consensus says. */ int OptimisticData; - /** If 1, and we are using IOCP, we set the kernel socket SNDBUF and RCVBUF - * to 0 to try to save kernel memory and avoid the dread "Out of buffers" - * issue. */ - int UserspaceIOCPBuffers; - /** If 1, we accept and launch no external network connections, except on * control ports. */ int DisableNetwork; |