summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/local_server_endpoint_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/include/local_server_endpoint_impl.hpp')
-rw-r--r--implementation/endpoints/include/local_server_endpoint_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation/endpoints/include/local_server_endpoint_impl.hpp b/implementation/endpoints/include/local_server_endpoint_impl.hpp
index 965f03c..8fbb619 100644
--- a/implementation/endpoints/include/local_server_endpoint_impl.hpp
+++ b/implementation/endpoints/include/local_server_endpoint_impl.hpp
@@ -83,6 +83,7 @@ public:
bool is_reliable() const;
std::uint16_t get_local_port() const;
+ void set_local_port(std::uint16_t _port);
client_t assign_client(const byte_t *_data, uint32_t _size);