Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20170420202745.149601-1-lep...@google.com
Subject: [Qemu-devel] [PATCH] Fix wrong length in IP header in tcp_respond.
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
This bug was introduced by https://github.com/qemu/qemu/commit/98c6305
And then we 'fix' it in
https://github.com/qemu/qemu/commit/27d92e
Actually I believe the root cause was that we sent out a RST packet with
wrong length and then get ignored by OS.
Signed-off-by: Tao Wu
---
slirp/tcp_subr.c |