preeny
preeny copied to clipboard
Socket Question
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.
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.