Enable the LOCAL_PEERCRED socket option for unix domain stream sockets created
with socketpair(2). Previously, it only worked with unix domain stream sockets
created with socket(2)/listen(2)/connect(2)/accept(2).
PR: 176419
Differential D16350
Fix LOCAL_PEERCRED with socketpair(2) asomers on Jul 19 2018, 4:21 PM. Authored by Tags None Referenced Files
Details Enable the LOCAL_PEERCRED socket option for unix domain stream sockets created PR: 176419 Added a test case for the new functionality. Regressed old functionality with
Diff Detail
|