OSDN Git Service

Added optional connect timeouts
authorMathewka <mathewka@git.osdn.jp>
Fri, 15 Apr 2016 23:49:42 +0000 (08:49 +0900)
committerMathewka <mathewka@git.osdn.jp>
Fri, 15 Apr 2016 23:49:42 +0000 (08:49 +0900)
commit9054ca5d26ef0e7c9e6854e638f8573a5e227caa
tree6c06b240fdac5b6c2c2e470baff1d83f5787cc99
parentf8a05d5b990f94f77b9cba90c0881978e586f6b7
Added optional connect timeouts
27 files changed:
CocoaAsyncSocket/CocoaAsyncSocket-5.3/AsyncSocket Documentation.html [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/AsyncSocket.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/AsyncSocket.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/AsyncUdpSocket.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/AsyncUdpSocket.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/AppController.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/AppController.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/CertTest.xcodeproj/TemplateIcon.icns [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/CertTest.xcodeproj/project.pbxproj [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/CertTest_Prefix.pch [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/English.lproj/InfoPlist.strings [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/English.lproj/MainMenu.xib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/Info.plist [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/X509Certificate.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/X509Certificate.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/CertTest/main.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/AppController.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/AppController.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/EchoServer.xcodeproj/project.pbxproj [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/EchoServer_Prefix.pch [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/English.lproj/InfoPlist.strings [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/English.lproj/MainMenu.nib/designable.nib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/English.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/Info.plist [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/main.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/EchoServer/readme.txt [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.3/changes.txt [new file with mode: 0644]