wqweto / VbAsyncSocket

Sockets with pure VB6 impl of TLS encryption
MIT License
164 stars 31 forks source link

Listen function opens different port in Windows 7 Ultimate Editions #50

Open surfer-silver opened 1 month ago

surfer-silver commented 1 month ago

recently updated VbAsyncSocket class facing strange issue on some windows 7 pc trying to open specified port ie 5080 but opens port ie 63254 may some other random dont know and revert to old version working perfect as expected. please let me how to trace it so i can update you

wqweto commented 1 month ago

Is this 5080/tcp or 5080/udp?

please let me how to trace it so i can update you

Best would be to prepare a small repro project with exact source code demostrating the problem and I'll test it under Win7 here.

Just tested sample projects in test/Secure directory are working ok under Win7.