deislabs / mystikos

Tools and runtime for launching unmodified container images in Trusted Execution Environments
142 stars 49 forks source link

Unix-domain sockets does not support MSG_PEEK #1083

Open mikbras opened 2 years ago

mikbras commented 2 years ago

The Unix-domain sockets implementation does not support MSG_PEEK when calling sendmsg().

radhikaj commented 2 years ago

Only used in Cpython tests currently.