- Timestamp:
- May 22, 2012 6:29:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_timer.c
r41408 r41411 162 162 LogFlowFunc(("ENTER: tp:%R[tcpcb793], timer:%d\n", tp, timer)); 163 163 fUninitiolizedTemplate = RT_BOOL(( tp->t_template.ti_src.s_addr == INADDR_ANY 164 164 || tp->t_template.ti_dst.s_addr == INADDR_ANY)); 165 165 if (fUninitiolizedTemplate) 166 166 {
Note:
See TracChangeset
for help on using the changeset viewer.