work_thread.h

来自「用C语言开发的在Linux平台上的TFTP(RFC1380)服务器端和客户端. 」· C头文件 代码 · 共 18 行

H
18
字号
/********************************************** * Author: ideawu(www.ideawu.net) * Date: 2007-04 * File: work_thread.h *********************************************/void *work_thread(void *arg);int send_ack(int sock, struct tftpx_packet *packet, int size);int send_packet(int sock, struct tftpx_packet *packet, int size);// Handlersvoid handle_list(int sock, struct tftpx_request *request);void handle_head(int sock, struct tftpx_request *request);void handle_rrq(int sock, struct tftpx_request *request);void handle_wrq(int sock, struct tftpx_request *request);

⌨️ 快捷键说明

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