(socket+websocket+http+redis+snake servers) expose the remote ip and remote port when a new connection is made (see #222) / only ipv4 is handled
This commit is contained in:
2
third_party/cpp-linenoise/linenoise.hpp
vendored
2
third_party/cpp-linenoise/linenoise.hpp
vendored
@ -122,6 +122,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace linenoise
|
||||
{
|
||||
bool Readline(const char *prompt, std::string& line);
|
||||
|
Reference in New Issue
Block a user