
------------------- --- History log --- ------------------- v0.3 (2026-09-10) - Fixed an issue where shutting down the TCP/IP stack could terminate the program. - Improved connection testing for better accuracy and stability. - Various bug fixes, code cleanup and performance optimizations. - Default IP addresses changed to "1.1.1.1" and "8.8.8.8". - Default TCP port changed from 80 to 443. - Added ToolTypes for PORT configuration. - Added ToolTypes for LABEL mode colors. - Improved source comments and README. v0.2 (2023-05-28) - Better compatibility with AmiTCP and EasyNET. v0.1 (2023-05-12) - Initial release.
@Rafał A-3000, post #4
@Rafał A-3000, post #9
@pisklak, post #10
@mateusz_s, post #5
@Rafał A-3000, post #12
SocketBase = (struct Library*)OpenLibrary("bsdsocket.library", 4);
if (SocketBase != NULL)
{
...
}
else
{
printf("%s: Error! Can't open socket.library.", APP_NAME);
Cleanup();
return 1;
}@Rafał A-3000, post #4
@Rafał A-3000, post #26
@mwb113, post #29