kookooma Posted November 29, 2012 Share Posted November 29, 2012 I captured ping packets. I found that 2 udp packets and 6 tcp packets are sent from server and client.I know 2 udp packet are ping packet. Now, what i want to know is the purpose of 6 tcp packets.actually these packets are too big in the mobile environment.so, please give me some idea related to the 6 tcp packets.thank you.http://ain.knu.ac.kr/images/tcp.jpghttp://ain.knu.ac.kr/images/tcp.jpg Link to comment Share on other sites More sharing options...
Administrators kissaki Posted November 30, 2012 Administrators Share Posted November 30, 2012 The file mumble-protocol from our code repository provides details on the protocol we use for Mumble.Also, we use protobuf, so the file Mumble.proto describes all the packet-types we use.As you said you captured ping packets, I guess you were not connected to a server.When pinging (from mumbles server list) it also communicates the number of connected users for example.You pointed to the mobile environment.What are we talking about here?On what kind of device and setup do you use the Desktop client?Or are we not talking about the desktop client anyway? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now