aboutsummaryrefslogtreecommitdiff
path: root/core/io/tcp_server.h
diff options
context:
space:
mode:
authorFabio Alessandrelli2016-12-01 09:01:09 +0100
committerFabio Alessandrelli2016-12-09 18:24:59 +0100
commita77a0118f6b0d0878a53e2c963d91763b311163d (patch)
tree159cbc303043c429cfdbe6f9cd4498bbde15ec46 /core/io/tcp_server.h
parentc18c5013f837ea7d4de2f022d36f84e0abce6439 (diff)
downloadgodot-a77a0118f6b0d0878a53e2c963d91763b311163d.tar.gz
godot-a77a0118f6b0d0878a53e2c963d91763b311163d.tar.zst
godot-a77a0118f6b0d0878a53e2c963d91763b311163d.zip
Diffstat (limited to 'core/io/tcp_server.h')
-rw-r--r--core/io/tcp_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/tcp_server.h b/core/io/tcp_server.h
index aef62eb71..5b8b40b70 100644
--- a/core/io/tcp_server.h
+++ b/core/io/tcp_server.h
@@ -47,6 +47,7 @@ protected:
static void _bind_methods();
public:
+ virtual void set_ip_type(IP::Type p_type);
virtual Error listen(uint16_t p_port, const List<String> *p_accepted_hosts=NULL)=0;
virtual bool is_connection_available() const=0;
virtual Ref<StreamPeerTCP> take_connection()=0;