Files | |
file | core.h [code] |
common internal definitions for core service | |
file | core_api.c [code] |
core service; this is the main API for encrypted P2P communications | |
file | core_api_monitor_peers.c [code] |
implementation of the peer_iterate function | |
file | gnunet-service-core.c [code] |
high-level P2P messaging | |
file | gnunet-service-core.h [code] |
Globals for gnunet-service-core. | |
file | gnunet-service-core_kx.c [code] |
code for managing the key exchange (SET_KEY, PING, PONG) with other peers | |
file | gnunet-service-core_kx.h [code] |
code for managing the key exchange (SET_KEY, PING, PONG) with other peers | |
file | gnunet-service-core_sessions.c [code] |
code for managing of 'encrypted' sessions (key exchange done) | |
file | gnunet-service-core_sessions.h [code] |
file | gnunet-service-core_typemap.c [code] |
management of map that specifies which message types this peer supports | |
file | gnunet-service-core_typemap.h [code] |
management of map that specifies which message types this peer supports | |
file | testing_core_cmd_connecting_peers.c [code] |