From 5fab294df3255d7120c62dc400d05ed05831d4e8 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Fri, 13 Dec 2024 12:13:28 +1100 Subject: [PATCH] Test TCP 25600 and VSock 256000 --- scripts/aws/eks-pod/proxies.host.yaml | 8 ++++---- scripts/aws/proxies.nitro.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/aws/eks-pod/proxies.host.yaml b/scripts/aws/eks-pod/proxies.host.yaml index 2006152c2..abcc74573 100644 --- a/scripts/aws/eks-pod/proxies.host.yaml +++ b/scripts/aws/eks-pod/proxies.host.yaml @@ -9,10 +9,10 @@ operator-service: service: direct listen: tcp://0.0.0.0:80 connect: vsock://42:8080 - acceptRcvBuf: 256000 - acceptSndBuf: 256000 - peerRcvBuf: 25600 - peerSndBuf: 25600 + acceptRcvBuf: 25600 + acceptSndBuf: 25600 + peerRcvBuf: 256000 + peerSndBuf: 256000 operator-prometheus: service: direct diff --git a/scripts/aws/proxies.nitro.yaml b/scripts/aws/proxies.nitro.yaml index 3b829e488..a54f940be 100644 --- a/scripts/aws/proxies.nitro.yaml +++ b/scripts/aws/proxies.nitro.yaml @@ -4,10 +4,10 @@ uid-operator-in: service: direct listen: vsock://-1:8080 connect: tcp://127.0.0.1:8080 - acceptRcvBuf: 25600 - acceptSndBuf: 25600 - peerRcvBuf: 256000 - peerSndBuf: 256000 + acceptRcvBuf: 256000 + acceptSndBuf: 256000 + peerRcvBuf: 25600 + peerSndBuf: 25600 prometheus-server: service: direct