We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a6ef9 commit c4cc4ebCopy full SHA for c4cc4eb
main.go
@@ -15,7 +15,7 @@ import (
15
"github.com/sipcapture/heplify/sniffer"
16
)
17
18
-const version = "heplify 1.66.7"
+const version = "heplify 1.66.8"
19
20
func createFlags() {
21
publish/hep.go
@@ -72,6 +72,9 @@ func (h *HEPOutputer) ReConnect(n int) (err error) {
72
}
73
h.client[n].writer.Reset(h.client[n].conn)
74
75
+ //send ping packet on reconnect
76
+ h.ReSendPingPacket()
77
+
78
if config.Cfg.HEPBufferEnable {
79
if _, err := h.copyHEPFileOut(n); err != nil {
80
logp.Err("Sending HEP from file error: %v", err)
0 commit comments