pproxy.c
来自「大名鼎鼎的远程登录软件putty的Symbian版源码」· C语言 代码 · 共 18 行
C
18 行
/* * pproxy.c: dummy implementation of platform_new_connection(), to * be supplanted on any platform which has its own local proxy * method. */#include "putty.h"#include "network.h"#include "proxy.h"Socket platform_new_connection(SockAddr addr, char *hostname, int port, int privport, int oobinline, int nodelay, int keepalive, Plug plug, const Config *cfg){ return NULL;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?