简体   繁体   English

回送堆栈驻留在哪里?

[英]where does the loopback stack reside?

Question is straight forward enough: where does the loopback stack reside in linux, and to a lesser necessity, windows? 问题很简单:回送堆栈位于linux的哪儿,而对于次要的Windows? In linux it appears to be a kernel driver, but I don't know where to look to find it in the kernel memory or source. 在linux中,它似乎是一个内核驱动程序,但是我不知道在内核内存或源代码中可以找到它的位置。 It seems to be interconnected with everything due to the ties to all services. 由于与所有服务的联系,它似乎与所有事物都相互关联。

The loopback interface is a driver, therefore it is found in the drivers subtree of the Linux source. 回送接口是一个驱动程序,因此可以在Linux源代码的drivers子树中找到它。 See drivers/net/loopback.c. 请参阅drivers / net / loopback.c。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM