Justin Clark-Casey
|
190bdc8a2e
* Remove some mono compiler warnings
|
před 15 roky |
Teravus Ovares
|
64bd9a3354
* Updates libOMV to version 0.7.0
|
před 15 roky |
Melanie Thielker
|
3564271c2d
Restore the functionality that was removed in r9928. This lets the load
|
před 15 roky |
Jeff Ames
|
715f2f2798
Update svn properties, add copyright header, formatting cleanup.
|
před 15 roky |
Dr Scofield
|
c1976d1200
moving the m_PendingAcksMap.Remove() out of the foreach and clearing
|
před 15 roky |
Dr Scofield
|
aba4b0bd20
have to clear m_PendingAcks not m_PendingAcksMap
|
před 15 roky |
Dr Scofield
|
e2db6c07ba
hmph: missing '{'/'}', thx to nebadon for reporting it and rob smart
|
před 15 roky |
Dr Scofield
|
17d37aa60d
cosmetic change
|
před 15 roky |
Dr Scofield
|
1b06da0c54
streamlining m_NeedAck logic
|
před 15 roky |
Dr Scofield
|
9f83f124c7
streamling m_PendingAcks logic to get rid of gratuitous List<...>
|
před 15 roky |
Dr Scofield
|
b84834c45b
commenting out expensive bits (who in the world even uses SetClientInfo()?)
|
před 15 roky |
Dr Scofield
|
e8e0ce5fc6
changing DropSend()'s foreach loop so that it does not copy the
|
před 15 roky |
Dr Scofield
|
fa060a7282
commenting out rather expensive bits of GetClientInfo() --- the only
|
před 15 roky |
Dr Scofield
|
77122d7861
more efficient way of checking for already seen packets:
|
před 15 roky |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
před 15 roky |
Adam Frisby
|
0c639e08ea
* Reversing experimental change in previous rev.
|
před 15 roky |
Adam Frisby
|
1027668359
* Experimental: Speeds maximum resend per second from 80 packets to 400. (From maximum 117kbit to 585kbit)
|
před 15 roky |
Melanie Thielker
|
229a4d54ca
If a packet pooling blows up, fail gracefully instead of disconnecting
|
před 15 roky |
Melanie Thielker
|
780f34275b
Handle resends better
|
před 15 roky |
Melanie Thielker
|
74ce07e971
Move a lock to attempt to cut down packet loss
|
před 15 roky |
Melanie Thielker
|
62bcf0e694
Numerous packet improvements.
|
před 15 roky |
Melanie Thielker
|
ac944def3f
Fix the issue that stopped the packet pool from working. Add a mechanism
|
před 15 roky |
Justin Clarke Casey
|
36e648a37a
* minor: Remove most mono compiler warnings
|
před 15 roky |
Mike Mazur
|
bdf95e54a2
A few updates necessary for load balancer.
|
před 15 roky |
lbsa71
|
801da4346a
* optimized usings.
|
před 16 roky |
Justin Clarke Casey
|
d4d2c19594
* Extend PacketHandlerTest to fire in a packet.
|
před 16 roky |
Justin Clarke Casey
|
6e9d5e4ea7
* refactor: move packet handler interface into a separate class
|
před 16 roky |
Teravus Ovares
|
e9cef70f89
* Updates the sim stats module. Cleans out some of the rot.
|
před 16 roky |
Justin Clarke Casey
|
899f2a80d7
minor: remove mono compiler warning
|
před 16 roky |
Melanie Thielker
|
a9e38bcafc
Reapply the packet optimization patch, with changes
|
před 16 roky |