Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > de7065e4b54995254f1bf4d0978309a4 > files > 42

erlang-ranch-0.6.2-1.fc18.i686.rpm

Ranch User Guide
================

 *  [Introduction](introduction.md)
   *  Purpose
   *  Prerequisites
 *  [Listeners](listeners.md)
   *  Purpose
   *  Starting and stopping
   *  Listening on a random port
   *  Listening on privileged ports
   *  Accepting connections on an existing socket
   *  Limiting the number of concurrent connections
   *  Upgrading
 *  [Transports](transports.md)
   *  Purpose
   *  TCP transport
   *  SSL transport
   *  Sending and receiving data
   *  Writing a transport handler
 *  [Protocols](protocols.md)
   *  Purpose
   *  Writing a protocol handler
   *  Using gen_server
 *  [SSL client authentication](ssl_auth.md)
   *  Purpose
   *  Obtaining client certificates
   *  Transport configuration
   *  Authentication
 *  [Embedded mode](embedded.md)
   *  Purpose
   *  Embedding
 *  [Internals](internals.md)
   *  Architecture
   *  Number of acceptors
   *  Platform-specific TCP features