Changeset 2a3214e in mainline for uspace/srv/net/tl/tcp/state.c
- Timestamp:
- 2011-10-26T16:50:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8218b6b
- Parents:
- 6e88fea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/state.c
r6e88fea r2a3214e 209 209 } 210 210 211 /** Time-wait timeout */212 void tcp_to_time_wait(void)213 {214 log_msg(LVL_DEBUG, "tcp_to_time_wait()");215 }216 217 211 /** 218 212 * @}
Note:
See TracChangeset
for help on using the changeset viewer.