preeny icon indicating copy to clipboard operation
preeny copied to clipboard

Socket Question

Open y1026 opened this issue 7 years ago • 1 comments

Hello,

I would like to receive console input using desock for a network program using udp.

I have entered commands, but the program has no response.

How can I solve the problem?

My command

LD_PRELOAD=desock.so ./test
The program runs but does not process console input.

Thanks.

y1026 avatar Apr 05 '18 06:04 y1026

I've never tested it with UDP, so nothing comes to mind immediately... It might be simpler to create a specialized desock_udp.so that just overrides sendto and recvfrom.

zardus avatar Apr 06 '18 10:04 zardus