PasSimpleSockets icon indicating copy to clipboard operation
PasSimpleSockets copied to clipboard

Simple socket API wrapper for FreePascal

Results 2 PasSimpleSockets issues
Sort by recently updated
recently updated
newest added

Hey @Warfley, In Indy, we can define timeouts in millis for connections to fail and reading to fail. Is this something supported at the native sockets level or is it...

Hi @Warfley, looks like we have a smidge of an issue :smile: : ``` ./simplesockets/simplesockets.pas(586,6) Error: (5000) Identifier not found "ioctlsocket" ./simplesockets/simplesockets.pas(586,30) Error: (5000) Identifier not found "FIONREAD" simplesockets.pas(600) Fatal:...