Changeset bf7587b0 in mainline for uspace/srv/hid/remcons/remcons.c


Ignore:
Timestamp:
2015-05-18T21:23:32Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f19103
Parents:
683e584
Message:

Delete connection and prevent further callbacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/remcons/remcons.c

    r683e584 rbf7587b0  
    363363
    364364        inet_ep_init(&ep);
    365         ep.port = 8080;
     365        ep.port = 2223;
    366366
    367367        rc = tcp_listener_create(tcp, &ep, &listen_cb, NULL, &conn_cb, NULL,
Note: See TracChangeset for help on using the changeset viewer.