Initial Commit: libicnet 69/5469/2
authorMauro Sardara <[email protected]>
Wed, 22 Feb 2017 13:37:37 +0000 (14:37 +0100)
committerMauro Sardara <[email protected]>
Wed, 22 Feb 2017 13:46:08 +0000 (13:46 +0000)
commitba8541cad3a4069886444abbd1848b6ef3fff72c
tree39226dd9b036ca7e513c2cccd8e71e15e09b86bc
parent9b30fc10fb1cbebe651e5a107e8ca5b24de54675
Initial Commit: libicnet

Change-Id: I10a72cb0d84b76553a85c168416b847f6a4ff5f6
Signed-off-by: Mauro Sardara <[email protected]>
76 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
apps/CMakeLists.txt [new file with mode: 0755]
apps/consumers/CMakeLists.txt [new file with mode: 0755]
apps/consumers/icnet_consumer_dash.cc [new file with mode: 0755]
apps/consumers/icnet_consumer_test.cc [new file with mode: 0755]
apps/consumers/icnet_iget.cc [new file with mode: 0755]
apps/general/CMakeLists.txt [new file with mode: 0755]
apps/general/icnet_general_test.cc [new file with mode: 0755]
apps/iping/CMakeLists.txt [new file with mode: 0644]
apps/iping/client.keystore [new file with mode: 0644]
apps/iping/iPing_Client.c [new file with mode: 0644]
apps/iping/iPing_Common.c [new file with mode: 0644]
apps/iping/iPing_Common.h [new file with mode: 0644]
apps/iping/iPing_Server.c [new file with mode: 0644]
apps/iping/iPing_Stats.c [new file with mode: 0644]
apps/iping/iPing_Stats.h [new file with mode: 0644]
apps/producers/CMakeLists.txt [new file with mode: 0755]
apps/producers/icnet_producer_test.cc [new file with mode: 0755]
cmake/Modules/FindCCNX_Common.cmake [new file with mode: 0644]
cmake/Modules/FindCCNX_Portal.cmake [new file with mode: 0644]
cmake/Modules/FindCCNX_Transport_Rta.cmake [new file with mode: 0644]
cmake/Modules/FindLibparc.cmake [new file with mode: 0644]
cmake/Modules/FindLongBow.cmake [new file with mode: 0644]
cmake/Modules/version.cmake [new file with mode: 0644]
config.hpp.in [new file with mode: 0644]
icnet/CMakeLists.txt [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_common.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_content_object.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_content_object.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_facade.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_interest.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_interest.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_key_locator.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_key_locator.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_key_locator_type.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_local_connector.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_local_connector.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_manifest.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_manifest.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_name.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_name.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_network_message.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_network_message.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_payload_type.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_pending_interest.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_pending_interest.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_portal.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_portal.h [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_segment.cc [new file with mode: 0644]
icnet/ccnx/icnet_ccnx_segment.h [new file with mode: 0644]
icnet/transport/consumer.conf [new file with mode: 0644]
icnet/transport/icnet_common.h [new file with mode: 0644]
icnet/transport/icnet_content_store.cc [new file with mode: 0644]
icnet/transport/icnet_content_store.h [new file with mode: 0644]
icnet/transport/icnet_download_observer.h [new file with mode: 0644]
icnet/transport/icnet_rate_estimation.cc [new file with mode: 0644]
icnet/transport/icnet_rate_estimation.h [new file with mode: 0644]
icnet/transport/icnet_socket.h [new file with mode: 0644]
icnet/transport/icnet_socket_consumer.cc [new file with mode: 0644]
icnet/transport/icnet_socket_consumer.h [new file with mode: 0644]
icnet/transport/icnet_socket_options_default_values.h [new file with mode: 0644]
icnet/transport/icnet_socket_options_keys.h [new file with mode: 0644]
icnet/transport/icnet_socket_producer.cc [new file with mode: 0644]
icnet/transport/icnet_socket_producer.h [new file with mode: 0644]
icnet/transport/icnet_transport.cc [new file with mode: 0644]
icnet/transport/icnet_transport.h [new file with mode: 0644]
icnet/transport/icnet_transport_raaqm.cc [new file with mode: 0644]
icnet/transport/icnet_transport_raaqm.h [new file with mode: 0644]
icnet/transport/icnet_transport_raaqm_data_path.cc [new file with mode: 0644]
icnet/transport/icnet_transport_raaqm_data_path.h [new file with mode: 0644]
icnet/transport/icnet_transport_vegas.cc [new file with mode: 0644]
icnet/transport/icnet_transport_vegas.h [new file with mode: 0644]
icnet/transport/icnet_transport_vegas_rto_estimator.cc [new file with mode: 0644]
icnet/transport/icnet_transport_vegas_rto_estimator.h [new file with mode: 0644]