📄 work_thread.h
字号:
/********************************************** * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -