Skip to content

Commit

Permalink
XTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
RPRX committed Nov 1, 2020
1 parent 5ac8ba1 commit 207fdca
Show file tree
Hide file tree
Showing 18 changed files with 332 additions and 43 deletions.
3 changes: 3 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright (c) 2020 RPRX. All rights reserved.

Only for compiling executables usage for now.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# XTLS
THE FUTURE
2 changes: 1 addition & 1 deletion alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE-Go file.

package tls
package xtls

import "strconv"

Expand Down
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE-Go file.

package tls
package xtls

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion cipher_suites.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE-Go file.

package tls
package xtls

import (
"crypto"
Expand Down
5 changes: 3 additions & 2 deletions common.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE-Go file.

package tls
package xtls

import (
"bytes"
Expand All @@ -17,12 +17,13 @@ import (
"crypto/x509"
"errors"
"fmt"
"internal/cpu"
"io"
"net"
"strings"
"sync"
"time"

"golang.org/x/sys/cpu"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion common_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 207fdca

Please sign in to comment.