@ -1,7 +1,5 @@
package observable
// Ref: github.com/Dreamacro/clash/common/observable
import (
"errors"
"sync"
@ -1,8 +1,6 @@
// Package pool provides a pool of []byte.
package pool
// Ref: github.com/Dreamacro/clash/common/pool
const (
// MaxSegmentSize is the largest possible UDP datagram size.
MaxSegmentSize = (1 << 16) - 1
@ -1,4 +1,2 @@
// Package obfs provides obfuscation functionality for Shadowsocks protocol.
package obfs
// Ref: github.com/Dreamacro/clash/component/simple-obfs
package proxy
// Ref: https://github.com/Dreamacro/clash/adapter/outbound/http
"bufio"
"context"
package restapi
// Ref: github.com/Dreamacro/clash/hub/route
"bytes"
"encoding/json"
// Package socks5 provides SOCKS5 client functionalities.
package socks5
// Ref: github.com/Dreamacro/clash/component/socks5
"encoding/binary"