User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18

Thread: MooClick: Blast Text Bug?

  1. #11
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Location
    Stockholm, Sweden
    Posts
    1,529
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick: Blast Text Bug?

    I'd just realized that it may isn't possible to send and receive a UPD packet on the same computer??

  2. #12
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick: Blast Text Bug?

    UDP is accentual the same as TCP, but with nearly no overhead, there is no greater chance that packet loss will occur it's just that the receiver does not double check everything.

    But This lack of over head means a computer cant send anything to it's self, as no time stamps means it wouldn't be able to to tell the diffrence from the sent msg.

  3. #13
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick: Blast Text Bug?

    With UDP there is no greater chance that packet loss or corruption will occur, but it doesn't get corrected. In TCP a corrupt or dropped packet is re-sent, in UDP a corrupt or dropped packet is just dropped.

    In TCP, every packet has a transmission order number, and any packets that arrive early are held until the packets due before them arrive. In UDP, the packets don't have this number, and any packets that arrive early are delivered immediately, out-of-order.

    There's a difference in data vs. packet size handling too. A TCP packet that's too big at any stage will be cut into smaller packets. A UDP packet will either be truncated or dropped.

    In fact UDP provides no guarantee that ANY of the packets you send will arrive, which is what happens when you ask Moo to send a udp packet to the same pc. In TCP the data is guaranteed to arrive, as long as the connection remains open.

    EDIT: IIRC the multi-pc (as opposed to hotseat) multiplayer mode of "Space Empires 4" used UDP for transferring the game state files from host to clients each turn. It provided no recovery or even detection of errors in the transfer, the it would just sit waiting forever if it failed, and you'd have to restart the game. This is an example of how NOT to use UDP.

  4. #14
    Clicker Multimedia Fusion 2
    Greg's Avatar
    Join Date
    Dec 2006
    Location
    Poland
    Posts
    315
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick: Blast Text Bug?

    Well, I checked it and it's working fine for me. I don't see any problems.

  5. #15
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick: Blast Text Bug?

    i imagine there would be around this... one would be to set up a service on your router. then send it to the router and the router will just send it back.

  6. #16
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick: Blast Text Bug?

    Quote Originally Posted by SEELE
    i imagine there would be around this... one would be to set up a service on your router. then send it to the router and the router will just send it back.
    if the UDP packets doesn't reach the destination, it drops and the neither the client or server know it drops, thats why UDP is fast and has a low header size

  7. #17
    Clicker Multimedia Fusion 2
    Greg's Avatar
    Join Date
    Dec 2006
    Location
    Poland
    Posts
    315
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick: Blast Text Bug?

    Sorry, I checked only "Blast Text to Server" action (and it works). I didn't check "Blast Text on Channel", which is not working :/

  8. #18
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooClick: Blast Text Bug?

    obviously you wouldn't do this in practice but temporarily while you are debugging your game and want to leave it in udp.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. blast text on channel option
    By nick_Peoples in forum The Games Factory 2 - Technical Support
    Replies: 44
    Last Post: 4th April 2010, 10:13 PM
  2. Blast messege - WHAT!?
    By SomethingOdd in forum Lacewing
    Replies: 5
    Last Post: 27th March 2009, 12:27 PM
  3. How does Blast Text work?
    By DizzyDoo in forum Lacewing
    Replies: 13
    Last Post: 1st October 2008, 03:42 PM
  4. Sending and receiving text in mooclick.....
    By scottige in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 12th August 2006, 09:26 PM

Posting Permissions

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