WSK OnReceiveFromEvent

Hi all,

I have UDP socket open and bound to a port using the WSK framework and have found that I do not get OnReceiveFrom events unless I first send a UDP packet to the network device that is attempting to send me UDP packets.
Anyone have any ideas as to the source of this behaviour?

Thanks
Nik

Firewall ports opened (or disabled)?

A firewall on your system (or elsewhere) might not ‘open’ the inbound path
until it sees (and keeps seeing) outbound traffic.

Good Luck,
Dave Cattley
Consulting Engineer
Systems Software Development

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@g2microsystems.com
Sent: Tuesday, April 07, 2009 3:29 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] WSK OnReceiveFromEvent

Hi all,

I have UDP socket open and bound to a port using the WSK framework and have
found that I do not get OnReceiveFrom events unless I first send a UDP
packet to the network device that is attempting to send me UDP packets.
Anyone have any ideas as to the source of this behaviour?

Thanks
Nik


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Perfect. Didn’t think of that.

Thanks!
Nik