Hi, > Hi, > > I have a small app that sits on my laptop listening for some specific > Ethernet packets. Works great (Thanks for the great job!), except when I > put my laptop to sleep with the app running, and then resume. After that, > my app doesn't seem to receive anything anymore,
I think this is normal with current version of WinPcap. NDIS closes the connections when the machine goes to sleep, so WinPcap releases them, but the ability to reopen the connections when the machine is restarted is not implemented yet. > and other applications using TCP/IP become sluggish. This is not normal instaead. At least, I never obeserver such a problem, both on laptops and on desktop machines. Are you sure the problem is directly related to winpcap? Loris > Is that a known problem? Is there a workaround? Do I need to do anything > special in my app? > > Any pointers welcome! > > Thanks, > > Jacques. > >
