diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2016-12-01 09:01:09 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2016-12-09 18:24:59 +0100 |
commit | a77a0118f6b0d0878a53e2c963d91763b311163d (patch) | |
tree | 159cbc303043c429cfdbe6f9cd4498bbde15ec46 /core/io/stream_peer_tcp.h | |
parent | c18c5013f837ea7d4de2f022d36f84e0abce6439 (diff) |
Allow setting ip_type for TCP/UDP and HTTP classes
Diffstat (limited to 'core/io/stream_peer_tcp.h')
-rw-r--r-- | core/io/stream_peer_tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/stream_peer_tcp.h b/core/io/stream_peer_tcp.h index f44784d2b5..2408f4cdf5 100644 --- a/core/io/stream_peer_tcp.h +++ b/core/io/stream_peer_tcp.h @@ -59,6 +59,7 @@ protected: public: + virtual void set_ip_type(IP::Type p_type); virtual Error connect(const IP_Address& p_host, uint16_t p_port)=0; //read/write from streampeer |