Changeset 25379 in vbox for trunk/src/VBox/Devices/PC/Etherboot-src/core
- Timestamp:
- Dec 14, 2009 7:57:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/Etherboot-src/core/nic.c
r2275 r25379 842 842 } break; 843 843 case TFTP_DATA : 844 #ifdef VBOX 845 if ( ntohs(rcvd->u.data.block) != (unsigned short)( blockidx + 1 ) ) 846 #else /* !VBOX */ 844 847 if ( ntohs(rcvd->u.data.block) != ( blockidx + 1 ) ) 848 #endif /* !VBOX */ 845 849 break; /* Re-ACK last block sent */ 846 850 if ( recvlen > ( blksize+sizeof(rcvd->u.data.block) ) )
Note:
See TracChangeset
for help on using the changeset viewer.