Coder Social home page Coder Social logo

lmgcdasyncsocketmiddleware's Introduction

LMGCDAsyncSocketMiddleware

A middleware for CocoaAsyncSocket's TCP GCDAsyncSocket.

Note: while this code has been in production in Paw for a while, it still needs structural improvements to be a nice library. Also, some unit tests would be very useful. Contributions are more than welcome! :)

Improvements over GCDAsyncSocket

  • Implements the Happy Eyeballs Algorithm to connect to the fastest host (IPv4 or IPv6) when both are returned by the DNS server
  • Wraps nicely all read operations (read until a data has been found, read a given number of bytes, read until connection close)
  • Wraps GCDAsyncSocket, so the caller can abstract itself from other details
  • Adds a new delegate callback didResolveHostnameWithIPv4Address: as soon as DNS resolution happens

License

Copyright 2016 Paw. MIT License. See LICENSE.

lmgcdasyncsocketmiddleware's People

Contributors

mittsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lmgcdasyncsocketmiddleware's Issues

Modernize and fix Objective-C code

  • init methods should return instancetype
  • get rid of this ugly _init method โ€“ replace by method inheritance
  • add nullability info to header files
  • add doc strings to methods in header files (especially for delegate methods)
  • declare NS_DESIGNATED_INITIALIZER
  • replace +CRLFData and +CRLFCRLFData by static FOUNDATION_EXPORT NSData* created on +load

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.