Changeset 41840 in vbox for trunk/src/VBox
- Timestamp:
- Jun 20, 2012 4:35:53 AM (13 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_timer.c
r41411 r41840 57 57 58 58 59 static struct tcpcb *tcp_timers(PNATState pData, register struct tcpcb *tp, int timer); 59 60 /* 60 61 * Fast timeout routine for processing delayed acks … … 154 155 * TCP timer processing. 155 156 */ 156 st ruct tcpcb *157 static struct tcpcb * 157 158 tcp_timers(PNATState pData, register struct tcpcb *tp, int timer) 158 159 { -
trunk/src/VBox/Devices/Network/slirp/tcp_timer.h
r28800 r41840 152 152 void tcp_slowtimo (PNATState); 153 153 void tcp_canceltimers (struct tcpcb *); 154 #if 0 154 155 struct tcpcb * tcp_timers (PNATState, register struct tcpcb *, int); 156 #endif 155 157 156 158 #endif
Note:
See TracChangeset
for help on using the changeset viewer.