diff options
Diffstat (limited to 'src/multicast.h')
-rw-r--r-- | src/multicast.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/multicast.h b/src/multicast.h index 0f83e87..3d222a0 100644 --- a/src/multicast.h +++ b/src/multicast.h @@ -43,6 +43,10 @@ private: bool is_address_multicast(unsigned long address); bool UDPOpen(char *address, int port); int sock; + + int udp_buffer_size; + char *udp_buffer; + char *udp_buffer_pointer; }; #endif/*__MIAV_MULTICAST_H__*/ |