Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/netconnection.h')
-rw-r--r--src/core/netconnection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/netconnection.h b/src/core/netconnection.h
index f378afb..dca85c7 100644
--- a/src/core/netconnection.h
+++ b/src/core/netconnection.h
@@ -92,6 +92,8 @@ private:
int connection_port;
struct sockaddr_in server_addr;
char recvbuf[BLOCKSIZE];
+
+ float timeout;
};
}