#160 closed defect (fixed)
max_packet_size check is in the wrong place
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 0.4 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
It can fire from the network thread before we have had a chance to increase the limit.
Will need to apply to 0.3 too..
Change History (4)
comment:1 Changed 9 years ago by
Status: | new → accepted |
---|
comment:2 Changed 9 years ago by
What makes this much more likely to fire is r1014: we wait before sending the hello to get the real screen dimensions... which means we allow cursors and new window packets to be sent before the hello!
They should all come after it!
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:4 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/160
Note: See
TracTickets for help on using
tickets.
Here is a very simple test case:
By that point, we have already sent the hello back so a 1MB packet ought to be fine... but we see on the client: