mirror of
https://github.com/lucheng0127/virtuallan.git
synced 2025-09-26 20:51:11 +08:00
Add todos
This commit is contained in:
@@ -9,6 +9,8 @@ import (
|
||||
"math/big"
|
||||
)
|
||||
|
||||
// TODO: Encrpyt packet with certs
|
||||
|
||||
func NewClientTlsConf() *tls.Config {
|
||||
return &tls.Config{
|
||||
InsecureSkipVerify: true,
|
||||
|
@@ -181,8 +181,6 @@ func Run(cCtx *cli.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// TODO(shawnlu): Add handle signal to close conn
|
||||
|
||||
// Send keepalive
|
||||
go DoKeepalive(conn, ipAddr, 10)
|
||||
|
||||
|
Reference in New Issue
Block a user