aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/net.h')
-rw-r--r--linden/indra/llmessage/net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmessage/net.h b/linden/indra/llmessage/net.h
index 45b07a0..531b5c3 100644
--- a/linden/indra/llmessage/net.h
+++ b/linden/indra/llmessage/net.h
@@ -64,6 +64,9 @@ U32 ip_string_to_u32(const char* ip_string); // Wrapper for inet_addr()
64 64
65extern const char* LOOPBACK_ADDRESS_STRING; 65extern const char* LOOPBACK_ADDRESS_STRING;
66 66
67void tcp_close_channel(S32 handle);
68S32 tcp_open_channel(LLHost host);
69int tcp_handshake(S32 handle, char * dataout, int outlen, char * datain, int maxinlen);
67 70
68// useful MTU consts 71// useful MTU consts
69 72