receiver bug fix jungfrau as root

This commit is contained in:
2019-03-04 11:28:56 +01:00
parent 22ed52605c
commit 828b1479c7

View File

@ -831,5 +831,5 @@ private:
int nsent;
int total_sent;
int header_packet_size;
int64_t actual_udp_socket_buffer_size;
uint64_t actual_udp_socket_buffer_size;
};