请大家帮助: TDI里如何实现象setsockopt( _sock, SOL_SOCKET, SO_SNDBUF功能
我想设置下层收发缓冲大小
TdiBuildSetInformation :....
The underlying transport also can refuse to reset anything for which the client supplies an inappropriate value in the buffer at MdlAddr. For example, a client cannot force the underlying transport to extend its MaxSendSize or MaxDatagramSize beyond the transport-determined limit by issuing a set-information request that attempts to reset these members of the TDI_PROVIDER_INFO structure returned by the transport in a preceding query-information request.
请大家帮助,给个可以设置成功的代码好吗