Historial de Commits

Autor SHA1 Mensaje Fecha
  lsalzman@gmail.com 7c27a5d5f8 fix window wrap check when sending reliable outgoing commands hace 9 años
  lsalzman@gmail.com 9b06a12e71 handle case in bandwidth limit protocol where either incoming or outgoing limits are disabled, but not both hace 9 años
  Lee Salzman 6ef4e7d277 limit number of packets that can be received per iteration of protocol loop hace 9 años
  Lee Salzman 518144338d fix maximumWaitingData handling to allow acknowledgements when the packet already exists hace 10 años
  Lee Salzman ea8d41f65c added maximumPacketSize and maximumWaitingData fields for limiting peer buffer space hace 10 años
  lsalzman 5721b667f2 avoid an enet_time_get call when timeout expires hace 10 años
  lsalzman 84a4ac70ab handle disconnects in connecting state hace 10 años
  Lee Salzman d45b44f2b5 allow loopback connections hace 10 años
  Lee Salzman 4d7b80152b small fix for duplicate peers hace 11 años
  lsalzman 1658cf3a95 stub out enet_host_random_seed() hace 11 años
  Lee Salzman 2d2440053d typo fix hace 11 años
  Lee Salzman 69b98608e5 track the number of connected peers to make throttling a bit cheaper hace 11 años
  Lee Salzman 7dc0189ffb handle EINTR in enet_socket_wait hace 11 años
  Lee Salzman 714f40319a set unused reliable sequence number field for acks to sane value hace 11 años
  lsalzman db685c3d4f only use perror if ENET_DEBUG defined hace 11 años
  lsalzman 4ce4aac149 added ENET_PACKET_FLAG_SENT to indicate that a packet has been sent hace 11 años
  Lee Salzman 9185dc80bc state handling cleanups hace 11 años
  lsalzman 2d979ceb51 intercept callback support hace 11 años
  Lee Salzman 0e0ace781b merging some things from Ryan C. Gordon (icculus): hace 11 años
  Lee Salzman 74d4c4a88f fix serialization of mtu in verify connect packet hace 11 años
  Lee Salzman f6160fd2e9 case warning fixes hace 12 años
  lsalzman ea8faf3579 added per-peer configurable ping interval and timeouts hace 12 años
  eihrul 78222dc79e sanity checks hace 12 años
  eihrul 27d8c07142 only bail out of sending on a timeout if there really is an event to dispatch hace 12 años
  eihrul 70d0d8f25d warning workarounds hace 12 años
  eihrul 7691ccc318 fixed bug with simultaneous disconnects not dispatching events hace 13 años
  eihrul cfb05d051b unreliable fragment fixes hace 13 años
  eihrul f38c177db0 support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT hace 13 años
  eihrul 33e2fc6201 check received port hace 13 años
  eihrul c77495463b fix bug with tracking reliable data in transit hace 13 años