https://github.com/outlook/clsocket
A simple alternative to GCDAsyncSocket for TCP client connections.
https://github.com/outlook/clsocket
Last synced: 4 months ago
JSON representation
A simple alternative to GCDAsyncSocket for TCP client connections.
- Host: GitHub
- URL: https://github.com/outlook/clsocket
- Owner: outlook
- License: other
- Created: 2016-08-18T00:21:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T23:18:17.000Z (over 9 years ago)
- Last Synced: 2025-04-14T21:38:32.739Z (about 1 year ago)
- Language: Objective-C
- Size: 16.6 KB
- Stars: 4
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLSocket
A simple alternative to GCDAsyncSocket for TCP *client* connections.
## Overview
The main advantage over GCDAsyncSocket is that it uses higher-level socket API (CFSocketStream) which provides improved dual-stack IPv6 support.
A demo app is included that demonstrates how to use it as an HTTP client (you wouldn't normally use this library as an HTTP client, but it is a simple, familiar concept).
## Known Limitations:
While CLSocket supports TLS, it *only* supports manual trust evaluation.