Changeset 51597 in vbox for trunk/src/VBox/NetworkServices/NAT/pxudp.c
- Timestamp:
- Jun 10, 2014 6:35:32 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxudp.c
r51581 r51597 579 579 nread = recv(pxudp->sock, pollmgr_udpbuf, sizeof(pollmgr_udpbuf), 0); 580 580 if (nread == SOCKET_ERROR) { 581 perror(__func__);581 DPRINTF(("%s: %R[sockerr]\n", __func__, SOCKERRNO())); 582 582 return POLLIN; 583 583 }
Note:
See TracChangeset
for help on using the changeset viewer.