Skip to content

Commit

Permalink
Test TCP 256000 and vsock 25600
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Dec 13, 2024
1 parent 22bbc21 commit cb79ff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/aws/eks-pod/proxies.host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ operator-service:
connect: vsock://42:8080
acceptRcvBuf: 256000
acceptSndBuf: 256000
peerRcvBuf: 256000
peerSndBuf: 256000
peerRcvBuf: 25600
peerSndBuf: 25600

operator-prometheus:
service: direct
Expand Down
4 changes: 2 additions & 2 deletions scripts/aws/proxies.nitro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ uid-operator-in:
service: direct
listen: vsock://-1:8080
connect: tcp://127.0.0.1:8080
acceptRcvBuf: 256000
acceptSndBuf: 256000
acceptRcvBuf: 25600
acceptSndBuf: 25600
peerRcvBuf: 256000
peerSndBuf: 256000

Expand Down

0 comments on commit cb79ff8

Please sign in to comment.