I have a socket server that breaks on some incoming connection requests (it stalls on those requests for exactly one minute on stream_socket_accept() although default_socket_timeout is 10s).
Is there any way to get the IP address of the client before doing stream_socket_accept()?
Are there server logs that would give insight on what is happening in a deeper level when somebody pings any given port on the server?
Maybe that way I could track this issue down.