<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have an application that uses libpcap to capture
network traffic. When the traffic volume is light, it works fine.
When the traffic gets heavier, libpcap indicates I'm dropping packets. Is
there a way to use setsockopt() to increase SO_RCVBUF on the pcap_t handle
opened by pcap_open_live()? To say it another way, how can I get libpcap
to use a larger receive socket buffer if I'm able to increase that parameter in
the Operating System?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>DC</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></DIV></BODY></HTML>