Changeset 8499160 in mainline for uspace/srv/net/tcp/service.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/service.c

    r9362cc2 r8499160  
    875875                            tcp_cconn_t, lclient);
    876876                        tcp_uc_close(cconn->conn);
     877                        tcp_uc_delete(cconn->conn);
    877878                        tcp_cconn_destroy(cconn);
    878879                }
Note: See TracChangeset for help on using the changeset viewer.