Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-23 | Fixed typo. ranch_app starts eprof, not etop. | Alexander Zhuravlev | |
2014-04-30 | additional ssl option support | Ransom Richardson | |
2013-12-07 | Add Transport:shutdown/2 | Loïc Hoguin | |
Allows closing the socket in one or two directions. | |||
2013-12-07 | Add transport options linger, send_timeout, send_timeout_close | Loïc Hoguin | |
2013-11-26 | Add accept_ack on all transports and ack_timeout transport option | Loïc Hoguin | |
Doing this in the connection process allows us to free acceptors to start accepting more connections quicker, especially under load. | |||
2013-11-25 | Add a manual | Loïc Hoguin | |
This is the manual for what is going to be in 1.0. It includes two things that are not in the code yet: the shutdown option and the accept_ack transport callback. |