Changeset 386
- Timestamp:
- 01/25/00 15:44:32 (13 years ago)
- Files:
-
- 1 modified
-
common/trunk/src/rtp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
common/trunk/src/rtp.c
r384 r386 827 827 assert(rx_port % 2 == 0); 828 828 assert(tx_port % 2 == 0); 829 830 srand48(time(NULL));831 829 832 830 session = (struct rtp *) xmalloc(sizeof(struct rtp));
