What is the purpose of the Microsoft Loopback Adapter?

后端 未结 6 728
遇见更好的自我
遇见更好的自我 2020-12-24 07:23

Just as the question says, what is the Microsoft Loopback Adapter, and as a bonus, what scenerios as a developer would it be useful? I\'ve noticed it\'s been required when i

6条回答
  •  梦毁少年i
    2020-12-24 07:56

    Some software requires some network functionality, even if the machine in question doesn't have network functionality. The loopback is a dummy network driver, which can have real network protocols bound to it. This allows the software to install properly, even though there isn't a real network card installed in the machine.

提交回复
热议问题