<div dir="ltr"><div class="gmail_signature"><div>Hello, </div><div><br></div><div>Default buffer size is 10MB unless the application linked to pcap calls pcap_set_buffer_size with different buffer size. rpcapd is included in the winpcap sources and there is no call to pcap_set_buffer_size so it uses the default 10MB buffer and there is no other way to change this than compile your own winpcap and changing <br></div><div><div><br></div><div>wpcap/libpcap/pcap-win32.c:#define<span class="" style="white-space:pre"> </span>WIN32_DEFAULT_KERNEL_BUFFER_SIZE 1000000</div><div><br></div><div>to something bigger. On 32bit windows the limit should be somewhat 200MB and on 64bit there should be no practical limit. </div><div><a href="http://www.winpcap.org/docs/docs_412/html/group__compilation.html">http://www.winpcap.org/docs/docs_412/html/group__compilation.html</a></div></div><div><br></div><div>is there any way how to change the default buffer? For high throughput 10MB is not enough and it seems it has to be compiled from source which is somewhat tricky and I'm not able to do it. </div></div>
</div>