diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-12-18 20:05:36 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-12-18 20:05:36 +0200 |
commit | 797f221e6715f5b2423cd68e970b1f2ec2af7015 (patch) | |
tree | 8166ea192f1eb7aca7a7539d5b2f2b69cfa830b1 /indra/llmessage/message.h | |
parent | bab0cf6e9f7f8f30f325b48f550d0c7eedaee112 (diff) |
MAINT-4708 better grouping of ack messages between viewer and server
Diffstat (limited to 'indra/llmessage/message.h')
-rwxr-xr-x | indra/llmessage/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/message.h b/indra/llmessage/message.h index da06b64506..348b09b992 100755 --- a/indra/llmessage/message.h +++ b/indra/llmessage/message.h @@ -331,7 +331,7 @@ public: BOOL poll(F32 seconds); // Number of seconds that we want to block waiting for data, returns if data was received BOOL checkMessages( S64 frame_count = 0 ); - void processAcks(); + void processAcks(F32 collect_time = 0.f); BOOL isMessageFast(const char *msg); BOOL isMessage(const char *msg) |