Projects STRLCPY sing-box Commits dd5b0abc
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    common/dialer/tfo.go
    skipped 118 lines
    119 119   return c.conn == nil
    120 120  }
    121 121   
     122 +func (c *slowOpenConn) NeedHandshake() bool {
     123 + return c.conn == nil
     124 +}
     125 + 
    122 126  func (c *slowOpenConn) ReadFrom(r io.Reader) (n int64, err error) {
    123 127   if c.conn != nil {
    124 128   return bufio.Copy(c.conn, r)
    skipped 18 lines
Please wait...
Page is in error, reload to recover