Changeset 995
- Timestamp:
- 12/15/99 17:27:32 (13 years ago)
- Files:
-
- 1 modified
-
vic/trunk/net/pktbuf.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vic/trunk/net/pktbuf.h
r994 r995 79 79 #define MAXHDR 128 80 80 #define PKTBUF_PAD 256 81 /* Introduced factor of 2 as the H261 codec seems to over-run the buffer a bit*/ 82 #define PKTBUF_SIZE (MAXHDR + 2 * 1024 + PKTBUF_PAD) 81 #define RTP_MTU 1024 82 /* Introduced factor of 2 as the H261 codec seems to over-run the buffer a bit 83 #define PKTBUF_SIZE (MAXHDR + 1024 + PKTBUF_PAD) from MASH */ 84 #define PKTBUF_SIZE (2 * RTP_MTU) 83 85 84 86 class pktbuf : public Buffer {
