Allow local port control on net_socket connections
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
|
||||
virtual bool is_open() const = 0;
|
||||
virtual int get_available_bytes() const = 0;
|
||||
virtual Error get_socket_address(IP_Address *r_ip, uint16_t *r_port) const = 0;
|
||||
|
||||
virtual Error set_broadcasting_enabled(bool p_enabled) = 0; // Returns OK if the socket option has been set successfully.
|
||||
virtual void set_blocking_enabled(bool p_enabled) = 0;
|
||||
|
||||
Reference in New Issue
Block a user