diff options
author | Marlon Henry Schweigert <fleyhe0@gmail.com> | 2018-01-30 13:22:15 -0200 |
---|---|---|
committer | Marlon Henry Schweigert <fleyhe0@gmail.com> | 2018-01-30 13:22:15 -0200 |
commit | 87adf9cfbab00a40aad483b4e709518d5f61b6d1 (patch) | |
tree | 9f0721697ab678fb3eeb4b9c2321024469873cd7 /drivers/unix/stream_peer_tcp_posix.h | |
parent | f12e8568d43de853e0b98588e7f132a61a92fc45 (diff) | |
download | redot-engine-87adf9cfbab00a40aad483b4e709518d5f61b6d1.tar.gz |
Display set_nodelay to GDScript
Pass enabled arg
Rename set_nodelay to set_no_delay
Add description to the method
Change description
Diffstat (limited to 'drivers/unix/stream_peer_tcp_posix.h')
-rw-r--r-- | drivers/unix/stream_peer_tcp_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/stream_peer_tcp_posix.h b/drivers/unix/stream_peer_tcp_posix.h index 5770ae48f4..bcebe57771 100644 --- a/drivers/unix/stream_peer_tcp_posix.h +++ b/drivers/unix/stream_peer_tcp_posix.h @@ -77,7 +77,7 @@ public: virtual Status get_status() const; virtual void disconnect_from_host(); - virtual void set_nodelay(bool p_enabled); + virtual void set_no_delay(bool p_enabled); static void make_default(); |