peerplays-fc/include/fc/network
abitmore 0d9b127e34 Add missing functions to websocket_tls_server
These functions were in websocket_server class but not in websocket_tls_server class:
- get_listening_port
- stop_listening
- close
2020-06-20 13:01:22 -04:00
..
http Add missing functions to websocket_tls_server 2020-06-20 13:01:22 -04:00
ip.hpp Get rid of some inlines 2019-05-28 17:20:57 +02:00
rate_limiting.hpp Add counters to the TCP rate limiter to measure actual upload and download speed, and allow the caller to set how bursty they want the connection to be. 2014-06-25 18:16:58 -04:00
resolve.hpp Removed unused stuff 2019-04-04 17:59:51 +02:00
tcp_socket.hpp Delete copy constructor + copy assignment in tcp_socket 2019-09-16 14:44:55 +02:00
tcp_socket_io_hooks.hpp Fix more locations where we were making boost::asio calls with buffers declared on the stack which could cause problems when the calling tasks were canceled. 2014-09-11 16:30:03 -04:00
udp_socket.hpp Replaced most fc::shared_ptr with std::shared_ptr 2019-05-29 11:28:40 +02:00
url.hpp Removed unused stuff 2019-04-04 17:59:51 +02:00