使用openresty的stream模块用于tcp四层代理时(非http模块的http代理,stream模块项目地址https://github.com/openresty/stream-lua-nginx-module),如果你创建了一个tcp socket,会发现settoption接口没有任何作用,原因是这个接口的底层C实现就是一个空函数。
源文件地址: https://github.com/openresty/stream-lua-nginx-module/blob/master/src/ngx_stream_lua_socket_tcp.c