bug ? many hits but no kill...
#52
Correct me if I'm wrong, but AFAIK PJ just measures how many packets were lost and therefore had to be resent.

http://enet.bespin.org/Features.html Wrote:ENet provides sequencing for all packets by assigning to each sent packet a sequence number that is incremented as packets are sent. ENet guarentees that no packet with a higher sequence number will be delivered before a packet with a lower sequence number, thus ensuring packets are delivered exactly in the order they are sent.
..and...
http://enet.bespin.org/Tutorial.html Wrote:ENET_PACKET_FLAG_RELIABLE specifies that the packet must use reliable delivery. A reliable packet is guarenteed to be delivered, and a number of retry attempts will be made until an acknowledgement is received from the foreign host the packet is sent to. If a certain number of retry attempts is reached without any acknowledgement, ENet will assume the peer has disconnected and forcefully reset the connection. If this flag is not specified, the packet is assumed an unreliable packet, and no retry attempts will be made nor acknowledgements generated.

Again AFAIK, all message types except PING and PONG are sent using reliable packets.
Thanks given by:


Messages In This Thread
bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 10:33AM
RE: bug ? many hits but no kill... - by Vermi - 26 Feb 11, 11:14AM
RE: bug ? many hits but no kill... - by Foo - 26 Feb 11, 12:01PM
RE: bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 12:16PM
RE: bug ? many hits but no kill... - by Vermi - 26 Feb 11, 12:26PM
RE: bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 05:15PM
RE: bug ? many hits but no kill... - by Brahma - 26 Feb 11, 02:12PM
RE: bug ? many hits but no kill... - by Vermi - 26 Feb 11, 02:23PM
RE: bug ? many hits but no kill... - by MCS - 26 Feb 11, 05:47PM
RE: bug ? many hits but no kill... - by Brahma - 26 Feb 11, 06:36PM
RE: bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 08:37PM
RE: bug ? many hits but no kill... - by V-Man - 26 Feb 11, 06:52PM
RE: bug ? many hits but no kill... - by Brahma - 26 Feb 11, 07:09PM
RE: bug ? many hits but no kill... - by Brahma - 26 Feb 11, 10:41PM
RE: bug ? many hits but no kill... - by Luc@s - 26 Feb 11, 10:49PM
RE: bug ? many hits but no kill... - by V-Man - 27 Feb 11, 07:50AM
RE: bug ? many hits but no kill... - by Luc@s - 27 Feb 11, 11:31AM
RE: bug ? many hits but no kill... - by Vermi - 27 Feb 11, 03:38PM
RE: bug ? many hits but no kill... - by Jason - 27 Feb 11, 04:10PM
RE: bug ? many hits but no kill... - by Brahma - 27 Feb 11, 04:11PM
RE: bug ? many hits but no kill... - by Luc@s - 27 Feb 11, 04:29PM
RE: bug ? many hits but no kill... - by Brahma - 27 Feb 11, 04:34PM
RE: bug ? many hits but no kill... - by Luc@s - 27 Feb 11, 07:06PM
RE: bug ? many hits but no kill... - by Luc@s - 27 Feb 11, 08:32PM
RE: bug ? many hits but no kill... - by Panda - 27 Feb 11, 11:22PM
RE: bug ? many hits but no kill... - by Brahma - 27 Feb 11, 11:52PM
RE: bug ? many hits but no kill... - by Brahma - 28 Feb 11, 02:25AM
RE: bug ? many hits but no kill... - by Brahma - 28 Feb 11, 02:34AM
RE: bug ? many hits but no kill... - by Luc@s - 28 Feb 11, 02:08PM
RE: bug ? many hits but no kill... - by V-Man - 28 Feb 11, 05:32PM
RE: bug ? many hits but no kill... - by Jason - 01 Mar 11, 09:38PM
RE: bug ? many hits but no kill... - by Luc@s - 07 Mar 11, 10:22AM
RE: bug ? many hits but no kill... - by Brahma - 07 Mar 11, 04:34AM
RE: bug ? many hits but no kill... - by V-Man - 21 Mar 11, 03:23AM
RE: bug ? many hits but no kill... - by tempest - 21 Mar 11, 09:02PM
RE: bug ? many hits but no kill... - by V-Man - 25 Mar 11, 07:03AM
RE: bug ? many hits but no kill... - by Vermi - 26 Mar 11, 10:16AM
RE: bug ? many hits but no kill... - by Brahma - 26 Mar 11, 09:07PM
RE: bug ? many hits but no kill... - by VenteX - 28 Mar 11, 01:16AM
RE: bug ? many hits but no kill... - by Sepehr - 07 Apr 11, 09:29AM