Re: [fpc-pascal] fpsockets

2017-10-30 Thread Victor Campillo
On 30/10/17 13:37, José Mejuto wrote: Hello, Do exists any way using the fpsockets family to know if a "fprecv" will block ? In other words do exists a call that return the amount of bytes that are ready to be read/received ? In the case the answer is no, does fpc has another family of socke

[fpc-pascal] fpsockets

2017-10-30 Thread José Mejuto
Hello, Do exists any way using the fpsockets family to know if a "fprecv" will block ? In other words do exists a call that return the amount of bytes that are ready to be read/received ? In the case the answer is no, does fpc has another family of socket functions ? I know synapse, lNet, ..