coverity flags two issues on this: * no copy constructor (and assignment operator) for things that free in the destructor * missing return value check on setsockopt BUG=None Change-Id: I0671bf5f9bc0ede968f80c3686bf7bbd8eb63e98 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226743 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34547}