Opening a raw IPX socket in win98.

Started by
1 comment, last by Xel 24 years, 1 month ago
I''m currently writing a IPX over TCP/IP tunneler in win98. I have to open raw socket to receive incoming packets. The problem is: how to open raw socket? An example in MSDN didn''t work, socket opens, but can''t receive anything. Any solutions of this problem?
Advertisement
Okay, so is a raw socket a term for a type of socket or an actual name for a socket like ''RAW Socket(IN_INET, 5180 etc)''

Try looking it up at microsoft.com
Could you post the code you did try? Maybe we can help more from that.

This topic is closed to new replies.

Advertisement