diff options
author | Dean Deng <deandeng@google.com> | 2020-08-17 11:40:08 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-17 11:42:20 -0700 |
commit | 3bd066d5032c297e501f5c71be301ffa2fe9ed34 (patch) | |
tree | f689175cdbabf2ca52c76d111fafe0e3450f5a0c /pkg/tcpip/stack/stack.go | |
parent | 58154194b3e472cf476be6bf0530bf271d1d29f8 (diff) |
Remove weak references from unix sockets.
The abstract socket namespace no longer holds any references on sockets.
Instead, TryIncRef() is used when a socket is being retrieved in
BoundEndpoint(). Abstract sockets are now responsible for removing themselves
from the namespace they are in, when they are destroyed.
Updates #1486.
PiperOrigin-RevId: 327064173
Diffstat (limited to 'pkg/tcpip/stack/stack.go')
0 files changed, 0 insertions, 0 deletions