Changeset 53eb1aa for lib/format_linux.c
- Timestamp:
- 07/22/14 02:25:50 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- a6c77b0
- Parents:
- ed18a6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux.c
rd1af45d r53eb1aa 915 915 iovec.iov_len = snaplen; 916 916 917 hdr->wirelen = recvmsg(FORMAT(libtrace->format_data)->fd, &msghdr, 0);917 hdr->wirelen = recvmsg(FORMAT(libtrace->format_data)->fd, &msghdr, MSG_TRUNC); 918 918 919 919 if (hdr->wirelen==~0U) {
Note: See TracChangeset
for help on using the changeset viewer.