multicast fixes, threading fixes

git-svn-id: svn://code.dyne.org/veejay/trunk@1322 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2009-03-22 14:52:38 +00:00
parent 9150ad89a1
commit c4c1a60f21
10 changed files with 124 additions and 225 deletions

View File

@@ -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);