I looked for several hours and could not find anywhere to submit new API requests for the Windows API... so I eventually found this place. Please forward on to the correct parties.
Is your feature request related to a problem? Please describe.
I see SetTcpEntry function for closing ipv4 connection. There is no ipv6 version...
Describe the solution you'd like
Please create SetTcpEntry6, instead of DWORD for the ip addresses, use UINT128.
Describe alternatives you've considered
There are no alternatives, it is impossible to force close an ipv6 connection on Windows without either resetting the network adapter, rebooting or terminating the process.
I looked for several hours and could not find anywhere to submit new API requests for the Windows API... so I eventually found this place. Please forward on to the correct parties.
Is your feature request related to a problem? Please describe. I see SetTcpEntry function for closing ipv4 connection. There is no ipv6 version...
Describe the solution you'd like Please create SetTcpEntry6, instead of DWORD for the ip addresses, use UINT128.
Describe alternatives you've considered There are no alternatives, it is impossible to force close an ipv6 connection on Windows without either resetting the network adapter, rebooting or terminating the process.