With custom TCP/IP stack, you get following benefits:
- Separate Memory Heap.
- Personalized ARP Table.
- Personalized Routing Table which helps avoiding routing table conflicts that might appear when many features are using a common TCP/IP stack.
- Isolate traffic to improve network security.
Playing with the custom TCP/IP stacks and wanted to find out how I can benefit from it but all I can do with a custom TCP/IP stack is just create a vmknic on it. The vmknic on the custom TCP/IP stack even cannot be used to mount NFS shares. Googled a lot but found no use case how a custom TCP/IP stack is really used. It's also confusing even VSAN cannot benefit from using a separate TCP/IP stack.
Anyone can share some use case of using the custom TCP/IP stacks?