Changes in uspace/srv/net/tcp/conn.c [feeac0d:b243da3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/conn.c
rfeeac0d 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.