Results 1 to 3 of 3
Hybrid View
-
09-04-2012, 10:36 #1
-= TeamSpeak Lover =-
- Join Date
- Mar 2010
- Location
- Tacoma
- Posts
- 49
sendPluginCommand packet guarantee?
What method is sendPluginCommand events sent over? Is it UDP, UDP with some sort of reliability guarantee, or TCP?
I am assuming its UDP with no error/reception correction, probably piggy backing on the normal voice data stream?
We use sendPluginCommand for critical events and players that are reporting ~5% packet loss are apparently not receiving these events.
Any insight into this?Last edited by NouberNou; 09-04-2012 at 20:06.
-
16-04-2012, 08:50 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,763
We use UDP for commands and normally UDP would send that command and would not ask, if that command has been revieved.
Only the voice pakets can get lost, but thats no problem.
Normally your commands should be recieved (when the server does not hang). If a command could not be send, then client does try it again.---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
16-04-2012, 11:23 #3
-= TeamSpeak Lover =-
- Join Date
- Mar 2010
- Location
- Tacoma
- Posts
- 49
Thanks for the reply. It seems like we do not get them sometimes though (which is the conclusion that I came to after exploring every other option because I never had thought about UDP there).
Anyways, we are now sending our critical plugin commands as a persistent stream instead of single events just to make sure. I will update this thread if it solves/doesn't solve our issue.
Also just for consideration, this only seems to occur in situations where we have 40-60+ players in the channel at once, often with over half of them speaking at the same time, so possibly it has to do with the server maybe losing the commands?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Fixed?] sendPluginCommand defined scope still not respected
By jaynus in forum Bug ReportsReplies: 1Last Post: 27-08-2010, 13:48 -
[PLUGIN API] sendPluginCommand SCOPE is not respected
By jaynus in forum PluginsReplies: 4Last Post: 02-07-2010, 02:09 -
Packet Loss
By alfaalex in forum [TeamSpeak 2] Server SupportReplies: 6Last Post: 23-05-2008, 07:47


Reply With Quote
