Marek
Marek
The protocol spec needs better structure. The simplest way to start fixing structure is to have a table of contents.
Similar bugs: - https://github.com/faye/faye-websocket-node/issues/4 - https://github.com/extend/cowboy/issues/73 In order to get Hixie76 through a HAProxy loadbalancer the server must send response headers before the request nonce is received. In other words:...
I'm using a python websocket client: `WebSocket-for-Python`. Actually, I'm using quite an old version: ``` ./venv/bin/pip install git+git://github.com/majek/WebSocket-for-Python.git ``` With this client, the program hangs instead of quitting ([utils.py](https://github.com/sockjs/sockjs-protocol/blob/master/utils.py)) ```...
#### 1. Run simplistic misultin http server, like this ``` #!/usr/bin/env escript %%! -smp disable +A1 +K true -pz ./ebin -pa deps/misultin/ebin -input -module(misultin_ws_close_bug). -mode(compile). -export([main/1]). main(_) -> Port =...
Firefox 6.0.2 is using ws version 7: ``` Sec-WebSocket-Version: 7 ``` Misultin doesn't seem to have a support for that. Example: ``` GET /websocket HTTP/1.1 Host: localhost Connection: a, Upgrade...
I'm looking at slirp4netns, and so far I'm very impressed with it (mostly libslirp). Having said that, it would be nice if libslirp supported window scaling. The TCP handshake: ```...
Is there DHCPv6 support?
Hi, Firecracker doesn't have fast enough networking for many users. Firecracker networking benchmarks claiming tens of Gbps use TCP and use network offloads (TSO). However, often for real users these...
I'm not a novice user. I've run this today: ``` $ sudo tcpdump -ni lo 'ip6 and tcp[tcpflags] & (tcp-syn) != 0' -t tcpdump: expression rejects all packets ``` I...
To repro, see the code: https://gist.github.com/majek/152a719d13157749d1af279ce02ba954 One console: ``` $ bash r.sh + sudo ip tuntap del mode tap tap0 + sudo ip tuntap add mode tap user marek group...