Method SSL.sslport()->ssl_callback()


Method ssl_callback

void ssl_callback(mixed id)

Description

Connection accept callback.

This function is installed as the Stdio.Port callback, and accepts the connection and creates a corresponding SSL.sslfile with finished_callback() as the accept callback.

See also

bind(), finished_callback()