Changeset 8499160 in mainline for uspace/srv/net/tcp/ucall.c


Ignore:
Timestamp:
2015-06-06T16:23:27Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8dc9b72
Parents:
9362cc2
Message:

Call tcp_conn_remove() whenever we change to closed state. Not only close, but delete connections when client terminates.

File:
1 edited

Legend:

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

    r9362cc2 r8499160  
    258258                log_msg(LOG_DEFAULT, LVL_DEBUG, "tcp_uc_close - listen/syn_sent");
    259259                tcp_conn_reset(conn);
    260                 tcp_conn_remove(conn);
    261260                tcp_conn_unlock(conn);
    262261                return TCP_EOK;
Note: See TracChangeset for help on using the changeset viewer.