Changeset b243da3 in mainline for uspace/srv/net/tcp/conn.c
- Timestamp:
- 2013-09-28T20:41:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 13be2583
- Parents:
- 04ecc6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/conn.c
r04ecc6d rb243da3 381 381 * @param conn Connection 382 382 */ 383 staticvoid tcp_conn_reset(tcp_conn_t *conn)383 void tcp_conn_reset(tcp_conn_t *conn) 384 384 { 385 385 log_msg(LOG_DEFAULT, LVL_DEBUG, "%s: tcp_conn_reset()", conn->name);
Note:
See TracChangeset
for help on using the changeset viewer.