Remove blanket TODO, as it is self-evident.

PiperOrigin-RevId: 218390517
Change-Id: Ic891c1626e62a6c4ed57f8180740872bcd1be177
This commit is contained in:
Adin Scannell
2018-10-23 12:52:27 -07:00
committed by Shentubot
parent ce3a762038
commit 1369e17504
-1
View File
@@ -378,7 +378,6 @@ func (e *endpoint) Peek([][]byte) (uintptr, tcpip.ControlMessages, *tcpip.Error)
// SetSockOpt sets a socket option. Currently not supported.
func (e *endpoint) SetSockOpt(opt interface{}) *tcpip.Error {
// TODO: Actually implement this.
switch v := opt.(type) {
case tcpip.V6OnlyOption:
// We only recognize this option on v6 endpoints.