| 675 | } |
| 676 | |
| 677 | static void |
| 678 | new_SocksProxy(NetVConnection *netVC) |
| 679 | { |
| 680 | SocksProxy *proxy = socksProxyAllocator.alloc(); |
| 681 | proxy->init(netVC); |
| 682 | } |
| 683 | |
| 684 | struct SocksAccepter : public Continuation { |
| 685 | using SocksAccepterHandler = int (SocksAccepter::*)(int, void *); |