Changeset 22249 in vbox
- Timestamp:
- Aug 14, 2009 1:50:13 AM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/counters.h
r22013 r22249 72 72 COUNTING_COUNTER(IOSBAppendSB_w_alter, "SB: AppendSB (altering of sb_wptr)"); 73 73 74 COUNTING_COUNTER(TCP_retransmit, "TCP::retransmit"); 75 74 76 PROFILE_COUNTER(TCP_reassamble, "TCP::reasamble"); 75 77 PROFILE_COUNTER(TCP_input, "TCP::input"); -
trunk/src/VBox/Devices/Network/slirp/tcp_timer.c
r17191 r22249 164 164 */ 165 165 case TCPT_REXMT: 166 STAM_COUNTER_INC(&pData->StatTCP_retransmit); 166 167 /* 167 168 * XXX If a packet has timed out, then remove all the queued
Note:
See TracChangeset
for help on using the changeset viewer.