peerplays-fc/include/fc/network
Nathan Hourt 5b3eb3a355
websocket_server default empty XFF header
For some reason, the websocket_server types have been altered to require
an X-Forwarded-For header (???) which seems utterly unnecessary. AFAICT,
it's safe to just leave it empty (BitShares does), so add a default arg
to make it do so by default.
2020-08-21 11:47:14 -05:00
..
http websocket_server default empty XFF header 2020-08-21 11:47:14 -05: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