Re: RAW network programming under Windows
- From: "billie" <gnewsg@xxxxxxxxx>
- Date: 10 Nov 2006 10:17:10 -0800
sturlamolden wrote:
You can try to install "Windows Services for Unix 3.5" (aka SFU 3.5).
It transforms your Windows into a certified UNIX (not just a Unix
clone). SFU 3.5 has a full BSD socket API (derived from OpenBSD), not
just Winsock. As the POSIX subsystem in SFU 3.5 is not layered on top
of the Win32 subsystem, but talks directly to the NT kernel,
restrictions in Winsock should not affect the BSD sockets in SFU 3.5.
This behaviour is different from e.g. Cygwin, where the "Unix APIs" are
layered on top of the Win32 subsystem.
It isn't exactly what I'm searching for but thanks anyway.
In any case, I hope you are aware that spoofing IP packets gives you
bad karma.
No problem about it. I'm just a lover of low-level network programming.
=)
.
- References:
- RAW network programming under Windows
- From: billie
- Re: RAW network programming under Windows
- From: sturlamolden
- RAW network programming under Windows
- Prev by Date: Re: Py3K idea: why not drop the colon?
- Next by Date: Re: comparing Unicode and string
- Previous by thread: Re: RAW network programming under Windows
- Next by thread: simple way to un-nest (flatten?) list
- Index(es):
Relevant Pages
|