Prepare patch for ticket 5129 for merging.

- Preserve old eventdns code.
- Add function to close sockets cross-platform, without accounting.
- Add changes/ file.
This commit is contained in:
Peter Retzlaff
2013-05-27 19:16:43 +00:00
committed by Nick Mathewson
parent 83a859e24c
commit ebd4ab1506
5 changed files with 133 additions and 53 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features:
- Use the SOCK_NONBLOCK socket type, if supported, to open nonblocking
sockets in a single system call. Implements ticket #5129.