Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3

Hybrid View

  1. #1
    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.

  2. #2
    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)

  3. #3
    Join Date
    Mar 2010
    Location
    Tacoma
    Posts
    49
    Quote Originally Posted by dante696 View Post
    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.
    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

  1. Replies: 1
    Last Post: 27-08-2010, 13:48
  2. Replies: 4
    Last Post: 02-07-2010, 02:09
  3. Packet Loss
    By alfaalex in forum [TeamSpeak 2] Server Support
    Replies: 6
    Last Post: 23-05-2008, 07:47

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •