mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 08:09:58 +01:00
multicast fixes, threading fixes
git-svn-id: svn://code.dyne.org/veejay/trunk@1322 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -54,7 +54,7 @@ typedef struct
|
||||
|
||||
#define PACKET_HEADER_LENGTH ( sizeof(packet_header_t) )
|
||||
#define PACKET_APP_HEADER_LENGTH ( sizeof(frame_info_t) )
|
||||
#define CHUNK_SIZE 2048
|
||||
#define CHUNK_SIZE ( 1500 - 28 )
|
||||
#define PACKET_PAYLOAD_SIZE (CHUNK_SIZE + PACKET_HEADER_LENGTH + PACKET_APP_HEADER_LENGTH )
|
||||
|
||||
void packet_dump_header( packet_header_t *h);
|
||||
|
||||
Reference in New Issue
Block a user