Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add an initial complete frame timeout to the WebSocket processor to make ↵ | teravus | 2013-10-04 | 1 | -2/+65 |
| | | | | it easier to write WebSocket service code that is resistant to Denial of Service attacks. | ||||
* | minor: remove mono compiler warnings in WebsocketServerHandler.cs | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -13/+7 |
| | |||||
* | * Add a Max Payload size property to the Websocket Server Handler. If you ↵ | teravus | 2013-03-05 | 1 | -1/+16 |
| | | | | would like to restrict the maximum packet size, (and therefore protect against Memory DOSing) then you should set this. I defaulted it to 40MB. This means that in theory, a malicious user could connect and send a packet that claims that the payload is up to 40 mb (even if it doesn't actually turn out to be 40mb. More testing needs to be done on it where the packets are maliciously malformed. | ||||
* | * gracefully handle a Situation where a double close is called on the ↵ | teravus | 2013-02-14 | 1 | -0/+2 |
| | | | | WebSocket handler | ||||
* | This is the final commit that enables the Websocket handler | teravus | 2013-02-07 | 1 | -0/+1085 |