peerconnect.h

来自「elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, el」· C头文件 代码 · 共 24 行

H
24
字号
#ifndef EL__PROTOCOL_BITTORRENT_PEERCONNECT_H#define EL__PROTOCOL_BITTORRENT_PEERCONNECT_H#include "network/state.h"#include "protocol/bittorrent/common.h"struct connection;/* Sets up and tears down the peer listening socket. */enum connection_state init_bittorrent_listening_socket(struct connection *conn);void done_bittorrent_listening_socket(struct connection *conn);void done_bittorrent_peer_connection(struct bittorrent_peer_connection *peer);void set_bittorrent_peer_connection_timeout(struct bittorrent_peer_connection *peer);struct bittorrent_connection *find_bittorrent_connection(bittorrent_id_T info_hash);enum bittorrent_statemake_bittorrent_peer_connection(struct bittorrent_connection *bittorrent,				struct bittorrent_peer *peer_info);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?