tags:

views:

18

answers:

0

I would like to call sendfile() to send some data to the client with as little overhead as possible.

Given an Apache struct request_rec, how can I get the fd associated with the client socket?