<div dir="ltr">As fi vrut sa gasesc dimendiunea maxima la bufferele de send/recv.<br>Am incercat asa:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; getsockopt(sockfd, SOL_SOCKET, SO_SNDBUF, &amp;size, (socklen_t *)&amp;len);<br>&nbsp;size si len sunt int.<br>Imi da errno==22, ceea ce la pagina de manual a getsockopt() inseamna <br>
&quot;<pre>[EINVAL]           The option is invalid at the level indicated.</pre>&quot;<br>Level este SOL_SOCKET, option este SO_SNDBUF. Am gasit ca se poate asa cum am pus:<br><a href="http://homepages.cwi.nl/~aeb/linux/man2html/man7/socket.7.html">http://homepages.cwi.nl/~aeb/linux/man2html/man7/socket.7.html</a><br>
<br>Deci, de unde ar aprea eroarea asta??<br><br>Multumesc!<br></div>