github.com/TeaOSLab/EdgeNode@v1.3.8/internal/nodes/listener_base_ext.go (about)

     1  // Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
     2  //go:build !plus
     3  
     4  package nodes
     5  
     6  import "crypto/tls"
     7  
     8  func (this *BaseListener) calculateFingerprint(clientInfo *tls.ClientHelloInfo) []byte {
     9  	return nil
    10  }