[HICN-155] Consumer socket allows now to read N bytes from the network, where N is... 45/18745/4
authorMauro Sardara <msardara@cisco.com>
Wed, 3 Apr 2019 08:03:56 +0000 (10:03 +0200)
committerMauro Sardara <msardara@cisco.com>
Mon, 15 Apr 2019 09:37:30 +0000 (11:37 +0200)
commitc365689250216861fd7727203ee6ba1049ad5778
tree97f1f3d1a6cb7314f1292d97be6d8e8e06cc998b
parentd8ce6d98a2a726393655bd71eb81b8ef5222d6ba
[HICN-155] Consumer socket allows now to read N bytes from the network, where N is defined by the application.

Change-Id: Ib20309b40e43e4c0db09b9b484e18cd2e3ebf581
Signed-off-by: Mauro Sardara <msardara@cisco.com>
24 files changed:
apps/http-proxy/src/ATSConnector.cc
libtransport/src/hicn/transport/http/CMakeLists.txt
libtransport/src/hicn/transport/http/callbacks.h [deleted file]
libtransport/src/hicn/transport/http/client_connection.cc
libtransport/src/hicn/transport/http/client_connection.h
libtransport/src/hicn/transport/http/server_acceptor.h
libtransport/src/hicn/transport/http/server_publisher.h
libtransport/src/hicn/transport/interfaces/CMakeLists.txt
libtransport/src/hicn/transport/interfaces/async_transport.h [deleted file]
libtransport/src/hicn/transport/interfaces/callbacks.h [new file with mode: 0644]
libtransport/src/hicn/transport/interfaces/full_duplex_socket.cc [deleted file]
libtransport/src/hicn/transport/interfaces/full_duplex_socket.h [deleted file]
libtransport/src/hicn/transport/interfaces/socket.h
libtransport/src/hicn/transport/interfaces/socket_consumer.cc
libtransport/src/hicn/transport/interfaces/socket_consumer.h
libtransport/src/hicn/transport/interfaces/socket_options_keys.h
libtransport/src/hicn/transport/interfaces/socket_producer.cc
libtransport/src/hicn/transport/interfaces/socket_producer.h
libtransport/src/hicn/transport/protocols/raaqm.cc
libtransport/src/hicn/transport/protocols/reassembly.cc
libtransport/src/hicn/transport/protocols/reassembly.h
libtransport/src/hicn/transport/protocols/rtc.cc
utils/src/hiperf.cc
utils/src/ping_server.cc