Re: LSP bypass method - pls help
From: Jorge Cercadillo (JorgeCercadillo_at_discussions.microsoft.com)
Date: 01/19/05
- Next message: MassaRoddel: "Re: Internet IP"
- Previous message: Jorge Cercadillo: "Re: LSP bypass method - pls help"
- In reply to: Jorge Cercadillo: "Re: LSP bypass method - pls help"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 06:39:06 -0800
> Yeah, thats true.
> What I do now, if I detect there are calls in that socket after WSPSocket, I
> pass it directly to the lower level provider. For that, I keep I list of
> [Socket, pointer to lower level provider] in WSPSocket call, that I use later
> if needed.
This must solve your problem, because the lower provider called is diferent
for each protocol. With your bypass method it doesn't work because always the
same lower provider is called, indepently of which protocol is the socket for.
MS Recomends installing the LSP over all protocols of the same family,
because some aplications call select() with sockets of diferent protocols,
and this will stop working if and LSP is installed over only one of those
protocols
- Next message: MassaRoddel: "Re: Internet IP"
- Previous message: Jorge Cercadillo: "Re: LSP bypass method - pls help"
- In reply to: Jorge Cercadillo: "Re: LSP bypass method - pls help"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|