MCPcopy Create free account

hub / github.com/cnbatch/kcptube / functions

Functions432 in github.com/cnbatch/kcptube

Methodafter_write_completed
src/networks/connections.cpp:971
Methodcall_output
output segment
src/3rd_party/ikcp.cpp:218
Methodchacha20
src/shares/aead.hpp:440
Methodchange_iv
src/shares/aead.hpp:291
Methodchange_iv
src/shares/aead.hpp:379
Methodchange_iv
src/shares/aead.hpp:464
Methodchange_iv
src/shares/aead.hpp:542
Methodchange_new_port
src/modes/client.cpp:1114
Methodchange_new_port
src/modes/relay.cpp:811
Methodcleanup_expiring_data_connections
src/modes/client.cpp:1345
Methodcleanup_expiring_data_connections
src/modes/relay.cpp:1733
Methodcleanup_expiring_data_connections
src/modes/server.cpp:1234
Methodcleanup_expiring_forwarders
src/modes/client.cpp:1324
Methodcleanup_expiring_forwarders
src/modes/relay.cpp:1709
Methodcleanup_expiring_handshake_connections
src/modes/client.cpp:1404
Methodcleanup_expiring_handshake_connections
src/modes/relay.cpp:1658
Methodcleanup_expiring_handshake_connections
src/modes/server.cpp:1200
Methodclear_task_queue
* Drop all tasks that have been submitted but not yet started by a worker. * * Tasks already in progress continue executing.
src/3rd_party/task_thread_pool.hpp:161
Methodclient_mode
src/modes/client.hpp:121
Methodclient_udp_data_to_cache
src/networks/mux_tunnel.cpp:116
Methodcontinue_receive
src/networks/connections.cpp:1187
Functioncopy_from_container
src/shares/data_operations.cpp:685
Functioncreate_empty_data
src/shares/data_operations.cpp:160
Methodcreate_handshake
src/modes/client.cpp:1706
Methodcreate_handshake
src/modes/tester.cpp:209
Methodcreate_kcp_bidirections
src/modes/relay.cpp:916
Methodcreate_new_tcp_connection
src/modes/server.cpp:605
Methodcreate_new_udp_connection
src/modes/server.cpp:673
Methodcreate_test_handshake
src/modes/relay.cpp:1055
Methodcreate_thread
* @brief Create the threads in the pool and assign a worker to each thread. */
src/networks/kcp_updater.hpp:82
Methoddata_sender
src/modes/client.cpp:785
Methoddata_sender
src/modes/server.cpp:915
Methoddata_sender
src/modes/tester.cpp:139
Methoddata_sender_via_forwarder
src/modes/relay.cpp:1364
Methoddata_sender_via_listener
src/modes/relay.cpp:1349
Functiondebug_data_to_string
src/networks/connections.cpp:224
Functiondebug_print_data
src/networks/connections.cpp:235
Methoddecrypt
src/shares/aead.hpp:82
Methoddestroy_threads
src/networks/kcp_updater.cpp:62
Methoddns_split_address
src/networks/dns_helper.cpp:9
Functionempty_function
src/networks/kcp.cpp:32
Functionempty_kcp_output
src/networks/connections.cpp:29
Functionempty_kcp_postupdate
src/networks/connections.cpp:34
Functionempty_mapping_function
src/networks/connections.cpp:246
Functionempty_task_callback
src/networks/connections.cpp:38
Functionempty_tcp_callback
src/networks/connections.cpp:13
Functionempty_tcp_disconnect
src/networks/connections.cpp:25
Functionempty_udp_client_callback
src/networks/connections.cpp:21
Functionempty_udp_server_callback
src/networks/connections.cpp:17
Methodencrypt
src/shares/aead.hpp:53
Methodestablish_mux_channels
src/modes/client.cpp:1840
Methodexpiring_connection_loops
src/modes/client.cpp:1601
Methodexpiring_kcp_loops
src/modes/relay.cpp:1957
Methodexpiring_kcp_loops
src/modes/server.cpp:1417
Functionextract_mux_cancel_from_unpacked_data
src/networks/connections.cpp:767
Functionfeature_to_string
src/networks/connections.cpp:165
Methodfec_find_missings
src/modes/client.cpp:897
Methodfec_find_missings
src/modes/relay.cpp:1380
Methodfec_find_missings
src/modes/server.cpp:972
Methodfec_maker
src/modes/client.cpp:802
Methodfec_maker
src/modes/server.cpp:929
Methodfec_maker_via_forwarder
src/modes/relay.cpp:1487
Methodfec_maker_via_listener
src/modes/relay.cpp:1443
Methodfec_unpack
src/modes/client.cpp:844
Methodfind_expires
src/modes/client.cpp:1616
Methodfind_expires
src/modes/relay.cpp:1944
Methodfind_expires
src/modes/server.cpp:1404
Methodfind_expires
src/modes/tester.cpp:432
Methodforwarder
src/networks/connections.hpp:558
Functiongenerate_random_number
src/shares/share_defines.hpp:102
Methodgenerate_token_number
src/modes/server.cpp:14
Methodget_kcp_count
src/networks/kcp_updater.cpp:14
Methodget_num_queued_tasks
* Get number of enqueued tasks. * * @return Number of tasks that have been enqueued but not yet started. */
src/3rd_party/task_thread_pool.hpp:171
Methodget_num_running_tasks
* Get number of in-progress tasks. * * @return Approximate number of tasks currently being processed by worker threads. */
src/3rd_party/task_thread_pool.hpp:181
Methodget_num_tasks
* Get total number of tasks in the pool. * * @return Approximate number of tasks both enqueued and running. */
src/3rd_party/task_thread_pool.hpp:191
Methodget_num_threads
* Get number of worker threads. * * @return Number of worker threads. */
src/3rd_party/task_thread_pool.hpp:201
Methodget_task_count
src/networks/kcp_updater.hpp:56
Methodget_udp_target
src/modes/client.cpp:959
Methodget_udp_target
src/modes/relay.cpp:1549
Methodget_udp_target
src/modes/tester.cpp:149
Methodget_wnd_unused
src/3rd_party/ikcp.cpp:839
Methodhandle_accept
src/networks/connections.cpp:1109
Methodhandle_handshake
src/modes/client.cpp:2110
Methodhandle_handshake
src/modes/tester.cpp:313
Methodhandle_receive
src/networks/connections.cpp:1264
Methodhandle_receive
src/networks/connections.hpp:591
Methodhandle_test_handshake
src/modes/relay.cpp:1138
Methodhandshake_test_cleanup
src/modes/tester.cpp:293
Methodhandshake_test_failure
src/modes/tester.cpp:285
Methodhandshake_timeout_detection
src/modes/client.cpp:1219
Methodhandshake_timeout_detection
src/modes/relay.cpp:1220
Methodhandshake_timeout_detection
src/modes/tester.cpp:194
Methodhead_tail_xor
src/shares/aead.hpp:26
Methodikcp_canlog
check log mask
src/3rd_party/ikcp.cpp:211
Methodikcp_log
write log
src/3rd_party/ikcp.cpp:199
Functionikcp_qprint
output queue
src/3rd_party/ikcp.cpp:181
Methodinitialise
--------------------------------------------------------------------- create a new kcpcb -------------------------------------------------------------
src/3rd_party/ikcp.cpp:231
Methodis_paused
* Check whether the pool is paused. * * @return true if pause() has been called without an intervening unpause(). */
src/3rd_party/task_thread_pool.hpp:262
Methodkcp_core
src/3rd_party/ikcp.hpp:113
Methodkcp_sender
src/modes/server.cpp:887
← previousnext →201–300 of 432, ranked by callers