This commit is contained in:
Artem Prilutskiy 2016-11-10 14:40:47 +03:00
parent 1c1e3e2803
commit 6a0a079d99

View file

@ -516,7 +516,7 @@ int main(int argc, const char* argv[])
struct sockaddr_in* address = repeaterSocketAddresses + selection;
size_t length = recvfrom(handle, buffer, BUFFER_SIZE, 0, (struct sockaddr*)address, &size);
outgoingBuffer->type = htole16(REWIND_CLASS_TELLUS_DATA + selection);
outgoingBuffer->type = htole16(REWIND_CLASS_HYTERA_DATA + selection);
outgoingBuffer->length = htole16(length);
length += sizeof(struct RewindData);