Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-10 15:35:45 +0000
committerStijn Buys <ingar@osirion.org>2009-01-10 15:35:45 +0000
commit44500292f5a964036e9d915a38a2773bf5aa765d (patch)
tree04e791247062a78b753017afad6d96e32a367900 /src/core/netconnection.h
parentb8668c7a181ff082e5aeabffeaa413677da3e6f9 (diff)
preliminary player ping support
Diffstat (limited to 'src/core/netconnection.h')
-rw-r--r--src/core/netconnection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/netconnection.h b/src/core/netconnection.h
index e6e31f7..371ab04 100644
--- a/src/core/netconnection.h
+++ b/src/core/netconnection.h
@@ -100,6 +100,9 @@ public:
inline unsigned long timestamp() const { return connection_timestamp; }
protected:
+ /// send a ping reply
+ void send_ping_reply();
+
/// add a raw network message to the send queue
void send_raw(std::string const &msg);