Changeset b243da3 in mainline for uspace/srv/net/tcp/conn.c


Ignore:
Timestamp:
2013-09-28T20:41:51Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
13be2583
Parents:
04ecc6d
Message:

Close listening TCP connections when socket is closed. Listening connections cannot be closed by sending a FIN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/conn.c

    r04ecc6d rb243da3  
    381381 * @param conn  Connection
    382382 */
    383 static void tcp_conn_reset(tcp_conn_t *conn)
     383void tcp_conn_reset(tcp_conn_t *conn)
    384384{
    385385        log_msg(LOG_DEFAULT, LVL_DEBUG, "%s: tcp_conn_reset()", conn->name);
Note: See TracChangeset for help on using the changeset viewer.