diff --git a/src/syscall/net.go b/src/syscall/net.go index 5f8c50da..c1dd3e15 100644 --- a/src/syscall/net.go +++ b/src/syscall/net.go @@ -44,10 +44,4 @@ const ( IPPROTO_TCP = 0x6 IPPROTO_UDP = 0x11 F_SETFL = 0x4 - - // TINYGO: Made up, not a real IP protocol number. This is used to - // create a TLS socket on the device, assuming the device supports mbed - // TLS. - - IPPROTO_TLS = 0xFE )