Discussion:
MSAFD Tcpip functionality spec
(too old to reply)
Lord of the Ring
2004-01-12 17:18:58 UTC
Permalink
Hi All,
I need to look into the "MSAFD Tcpip" (baseprovider) functionality.... I
like to see how exactly it handles the incoming request from winsock e.g.
request for connect/send/sendto and others....do you know where I can find a
book or something on this info???
Arkady Frenkel
2004-01-13 10:47:51 UTC
Permalink
That's private info of MS but you can do some kind of reverse engineering
with absolutely legal as to look for those afd.dll and afd.sys / tcpip.sys
with depends.exe to check the functions and used checked version of windows
to see all those functions.
On the other side TDI client is well defined in MSDN with is low part of it
so you can catch some info from that.
Arkady
Post by Lord of the Ring
Hi All,
I need to look into the "MSAFD Tcpip" (baseprovider) functionality.... I
like to see how exactly it handles the incoming request from winsock e.g.
request for connect/send/sendto and others....do you know where I can find a
book or something on this info???
Stanley Feng (MSFT)
2004-02-18 22:43:30 UTC
Permalink
Why do you need this?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples (if any) are subject to the terms specified
at http://www.microsoft.com/info/cpyright.htm"
Post by Lord of the Ring
Hi All,
I need to look into the "MSAFD Tcpip" (baseprovider) functionality.... I
like to see how exactly it handles the incoming request from winsock e.g.
request for connect/send/sendto and others....do you know where I can find a
book or something on this info???
Arkady Frenkel
2004-02-19 09:40:57 UTC
Permalink
I strongly believe that it for studying purposes only :)
Arkady
Post by Stanley Feng (MSFT)
Why do you need this?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples (if any) are subject to the terms specified
at http://www.microsoft.com/info/cpyright.htm"
Post by Lord of the Ring
Hi All,
I need to look into the "MSAFD Tcpip" (baseprovider) functionality.... I
like to see how exactly it handles the incoming request from winsock e.g.
request for connect/send/sendto and others....do you know where I can
find
Post by Stanley Feng (MSFT)
a
Post by Lord of the Ring
book or something on this info???
Loading...