End of message in ssmanager #1598
Unanswered
anatolykopyl
asked this question in
Q&A
Replies: 1 comment
-
Well, according to https://github.com/shadowsocks/shadowsocks/wiki/Manage-Multiple-Users , the protocol was designed to run on UDP. So the whole response will be put into a single datagram. I am totally Ok to have a new stream based protocol, just like DNS over TCP/TLS/... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to write a program that communicates with the ssmanager, but can't figure out how to decide when the response is complete.
It would be convenient if the message was followed by an EOF or a newline. What is the recommended way of dealing with this?
Beta Was this translation helpful? Give feedback.
All reactions