MSTCP

Home Forums Discussions General MSTCP

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5065
    sulopez13
    Participant

      I’ve been looking for a definition of this module, but couldn’t find a good one. Can somebody explain me what is the MSTCP and the difference between sending packets to the MSTCP and sending them to the adapters?
      Ty

      #6162
      Vadim Smirnov
      Keymaster

        MSTCP is the name of TCP/IP protocol on Windows 9x/ME, but in context of WinpkFilter it is used to specify Microsoft TCP/IP module on Windows systems.

        Sending packets to MSTCP means that packet will be indicated to TCP/IP stack from the name of the specified network interface (just like this packet would arrive to this network interfcae from the real network). By other words packet is injected into the upstream between network card and TCP/IP stack.

        Sending packets to adapter means that packet will be sent directly to network interface from the name of TCP/IP protocol. By other words packet is injected into the downstream between TCP/IP and network card.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.