Actions
Feature #6861
closedallow sendfile() on AF_UNIX sockets
Start date:
2016-04-07
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
For both lx support and broader support of other software, we'd like to extend sendfile to be able to operate not just on TCP sockets, but also unix domain sockets created with SOCK_STREAM as the type.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
git commit acb559178a9038e0741b82a6850b72282ab5959e
commit acb559178a9038e0741b82a6850b72282ab5959e Author: Patrick Mooney <patrick.f.mooney@gmail.com> Date: 2016-04-25T23:45:08.000Z 6861 allow sendfile() on AF_UNIX sockets Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions