I’ve the TDI example but that uses UDP and seems to be little different than TCP.
DDK says:
If a local-node client requires connection-oriented communication with a remote-node peer process, the local-node client must first open a transport address and then open a connection endpoint in its underlying transport. The client makes two calls to ZwCreateFile, first to open an address and, then, a connection endpoint.
I can’t understand what should I open with the two calls using the ZwCreateFile API.
First I should open a transport address, then a connection endpoint. One of the call will open (\device\tcp …i suppose…which one ?) and the other ?
someone can help?
Thanks
Matteo
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com