Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Run the accept hook before opening caller's socket
In listener mode, open the socket created for a connecting caller only after its accept hook has been run. This gives the hook an opportunity to set some 'pre' options (like SRTO_RCVBUF) on the socket before it gets passed to srt_accept().
- Loading branch information