fix wantWriteError to error even with big socket buffers (#782)

My system apparently has larger socket buffers than this test assumes,
so it fails. (Debian 9, Linux 4.16, Python 3.7)

So let's increase the size of the buffers such that it works for me.
This was the smallest power of 2 that worked.
1 file changed