diff options
| author | Fabio Alessandrelli | 2016-12-01 09:01:09 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2016-12-09 18:24:59 +0100 |
| commit | a77a0118f6b0d0878a53e2c963d91763b311163d (patch) | |
| tree | 159cbc303043c429cfdbe6f9cd4498bbde15ec46 /core/io/tcp_server.h | |
| parent | c18c5013f837ea7d4de2f022d36f84e0abce6439 (diff) | |
| download | godot-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.h | 1 |
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; |
