Re: [tor-dev] WIN32_WINNT in or/or.h

2011-06-27 Thread Gisle Vanem
"Nick Mathewson" wrote: On Mon, Jun 20, 2011 at 6:32 PM, Gisle Vanem juswrote: I think that the values for 'WIN32_WINNT' and '_WIN32_WINNT' should be protected against redefinement. Reason: In order for MingW to prototype getaddrinfo() and freeaddrinfo() correctly (in ), '_WIN32_WINNT' *must*

[tor-dev] Proposal 182: Credit Bucket

2011-06-27 Thread Nick Mathewson
Here's a proposal by Florian and Björn about improving our queueing times. Per usual procedure, I'm sending it here as I put it in the proposals directory. Filename: 182-creditbucket.txt Title: Credit Bucket Author: Florian Tschorsch and Björn Scheuermann Created: 22 Jun 2011 Status: Draft Over

Re: [tor-dev] Reg : using the keep alive messages

2011-06-27 Thread Sambuddho Chakravarty
Sorry about the typo..I meant which is the relevant part of the code which I can begin looking into if I want to inject RELAY_DROP cells in a circuit in forward direction (from the OP towards the exit) and backward direction (from exit to OP). Thanks Sambuddho On Fri, Jun 24, 2011 at 8:36 PM, Sam

Re: [tor-dev] WIN32_WINNT in or/or.h

2011-06-27 Thread Nick Mathewson
On Mon, Jun 20, 2011 at 6:32 PM, Gisle Vanem juswrote: > I think that the values for 'WIN32_WINNT' and '_WIN32_WINNT' > should be protected against redefinement. > Reason: In order for MingW to prototype getaddrinfo() and freeaddrinfo() > correctly (in ), '_WIN32_WINNT' *must* be defined as 0x0501