This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
server.crt | ||
| |
server.key | ||
| |
src/ |
README.markdown
Socket.erl
Provides a thin api around gen_tcp and ssl sockets allowing you to flexibly work with socket with and without encryption.
Features:
- listens on a port with either ssl encryption or plain tcp
- handles asynchronous connection events via both protocols
- encapsulates all the nasty bits of erlang socket options
- allows easy upgrading of tcp connections via to_ssl_* functions
- helps you apply reasonable default options to all sockets
Written by Jack Danger Canty
Extracted from gen_smtp written by Andrew Thompson (andrew@hijacked.us)
image by incurable hippie








