[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r7017: (bsockets/trunk)
Author: chiussi
Date: 2006-08-10 06:47:44 -0400 (Thu, 10 Aug 2006)
New Revision: 7017
Modified:
bsockets/trunk/notes
Log:
Modified: bsockets/trunk/notes
===================================================================
--- bsockets/trunk/notes 2006-08-10 10:44:33 UTC (rev 7016)
+++ bsockets/trunk/notes 2006-08-10 10:47:44 UTC (rev 7017)
@@ -27,7 +27,8 @@
test 25 with a large number of connections
4. Memory leaks
- - There is a small memory leak observed when simply calling bsocket()/bclose(). Why?
+ - There is a small memory leak observed when simply calling
+ bsocket()/bclose(). Why?
- For each malloc, make sure there is a free.
5. Complete remaining test ideas (todos in test.c).
@@ -37,6 +38,8 @@
----
- Do we need to worry about UDP?
- "" "" OOB Data?
-- OpenSSL uses SO_*TIMEO flags. What should we do about this? Winsock
+- OpenSSL uses SO_*TIMEO flags. What should we do about this? Winsock doesn't
+ handle these options, nor can bsocket or any wrapper I can think of. Is this
+ even a portability issue? I don't want to lose my dollar to nick over this :)