Hi everyone,
I'm working now under Linux (openSUSE 13.1 x64).
WLAN-performance under Kernel 3.13.1 is very good, but bluetooth still breaks down.
I have discovered something interesting:
TCP-Protokol
Client-side:
Packet size 1k bytes: 8046.17 KByte/s Tx, 15.68 MByte/s Rx.
Packet size 2k bytes: 9098.67 KByte/s Tx, 13.89 MByte/s Rx.
Packet size 4k bytes: 8482.67 KByte/s Tx, 15.88 MByte/s Rx.
Packet size 8k bytes: 9538.67 KByte/s Tx, 15.35 MByte/s Rx.
Packet size 16k bytes: 8080.00 KByte/s Tx, 15.63 MByte/s Rx.
Packet size 32k bytes: 8558.11 KByte/s Tx, 16.40 MByte/s Rx.
Server-side:
Receiving from client, packet size 1k ... 8048.95 KByte/s
Sending to client, packet size 1k ... 15.72 MByte/s
Receiving from client, packet size 2k ... 9093.08 KByte/s
Sending to client, packet size 2k ... 13.92 MByte/s
Receiving from client, packet size 4k ... 8479.19 KByte/s
Sending to client, packet size 4k ... 15.92 MByte/s
Receiving from client, packet size 8k ... 9516.77 KByte/s
Sending to client, packet size 8k ... 15.41 MByte/s
Receiving from client, packet size 16k ... 8077.41 KByte/s
Sending to client, packet size 16k ... 15.67 MByte/s
Receiving from client, packet size 32k ... 8550.92 KByte/s
Sending to client, packet size 32k ... 16.43 MByte/s
UDP-protokol:
On the recieved value there is a loss rate in the brackets.
Client-side:
Packet size 1k bytes: 10.52 MByte/s (0%) Tx, 11.45 MByte/s (86%) Rx.
Packet size 2k bytes: 12.34 MByte/s (0%) Tx, 10.81 MByte/s (87%) Rx.
Packet size 4k bytes: 12.28 MByte/s (0%) Tx, 13.56 MByte/s (86%) Rx.
Packet size 8k bytes: 12.21 MByte/s (0%) Tx, 12.35 MByte/s (87%) Rx.
Packet size 16k bytes: 13.02 MByte/s (0%) Tx, 9391.48 KByte/s (91%) Rx.
Packet size 32k bytes: 12.56 MByte/s (0%) Tx, 4948.46 KByte/s (95%) Rx.
Server-side:
Receiving from client, packet size 1k ... 10.50 MByte/s
Sending to client, packet size 1k ... 90.03 MByte/s
Receiving from client, packet size 2k ... 12.33 MByte/s
Sending to client, packet size 2k ... 94.14 MByte/s
Receiving from client, packet size 4k ... 12.27 MByte/s
Sending to client, packet size 4k ... 101.41 MByte/s
Receiving from client, packet size 8k ... 12.20 MByte/s
Sending to client, packet size 8k ... 101.28 MByte/s
Receiving from client, packet size 16k ... 13.00 MByte/s
Sending to client, packet size 16k ... 103.06 MByte/s
Receiving from client, packet size 32k ... 12.54 MByte/s
Sending to client, packet size 32k ... 103.71 MByte/s
See these strange values by sending packets to client and the loss rate at the client side.
I guess it could be a clue...
My network runs now on channel 1 in EU, 40MHz on 802.11n.
I hope I hear something from Intel in the next days.