⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 standalone.h

📁 文件传输协议linux 下vsftpd2.1.0.tar.gz
💻 H
字号:
#ifndef VSF_STANDALONE_H#define VSF_STANDALONE_Hstruct vsf_client_launch{  unsigned int num_children;  unsigned int num_this_ip;};/* vsf_standalone_main() * PURPOSE * This function starts listening on the network for incoming FTP connections. * When it gets one, it returns to the caller in a new process, with file * descriptor 0, 1 and 2 set to the network socket of the new client. * * RETURNS * Returns a structure representing the current number of clients, and * instances for this IP addresss. */struct vsf_client_launch vsf_standalone_main(void);#endif /* VSF_STANDALONE_H */

⌨️ 快捷键说明

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