Author: loic
Date: Sun Dec 21 11:08:33 2008
New Revision: 5277
URL: http://svn.gna.org/viewcvs/pokersource?rev=5277&view=rev
Log:
Incoming requests must not be chained otherwise a lag on the first request will
delay all requests. This constraint was originaly implemented so that when R1
is received before R2; R1 does not return before R2. However, this may only
adversively impact the client if it sent R2 before getting an answer to R1 is
received. However, jpoker is designed to not send a request before the answer
to the previous request is received. A client with a different design, sending
a number async requests and expecting them to come back in the same order,
would be very difficult to implement without numbering the packets.
Modified:
trunk/poker-network/pokernetwork/pokersite.py
trunk/poker-network/tests/test-pokersite.py.in
_______________________________________________
Pokersource-commits mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-commits