..
This commit is contained in:
parent
1c1e3e2803
commit
6a0a079d99
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue