Skip to content

Commit

Permalink
addrandomIDdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nplanel committed Dec 13, 2022
1 parent 0a6bb3d commit bf4a568
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/network/protocols/http/ebpf_javatls.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ import (

var (
javaUSMAgentJarPath = "/opt/datadog-agent/embedded/share/system-probe/java/agent-usm-7.43.0.jar"
randomID = int64(0)
// randomID is used here as an identifier, simple proof of authenticity
// between the injected java process and the ebpf ioctl that recieve the payload
randomID = int64(0)
)

type JavaTLSProgram struct {
Expand Down

0 comments on commit bf4a568

Please sign in to comment.