Troubleshooting
Less than 1 minute
Troubleshooting 관련
feat. Bind Exception Address already in use
- .cmd 실행
netsh int ipv4 set dynamicport tcp start=49152 num=16383
netsh int ipv4 set dynamicport udp start=49152 num=16383
net stop winnat
net start winnat