|
@@ -469,8 +469,6 @@ static int sendmsg_test(struct sockmap_options *opt)
|
|
|
fprintf(stderr,
|
|
|
"msg_loop_rx: iov_count %i iov_buf %i cnt %i err %i\n",
|
|
|
iov_count, iov_buf, cnt, err);
|
|
|
- shutdown(p2, SHUT_RDWR);
|
|
|
- shutdown(p1, SHUT_RDWR);
|
|
|
if (s.end.tv_sec - s.start.tv_sec) {
|
|
|
sent_Bps = sentBps(s);
|
|
|
recvd_Bps = recvdBps(s);
|
|
@@ -500,7 +498,6 @@ static int sendmsg_test(struct sockmap_options *opt)
|
|
|
fprintf(stderr,
|
|
|
"msg_loop_tx: iov_count %i iov_buf %i cnt %i err %i\n",
|
|
|
iov_count, iov_buf, cnt, err);
|
|
|
- shutdown(c1, SHUT_RDWR);
|
|
|
if (s.end.tv_sec - s.start.tv_sec) {
|
|
|
sent_Bps = sentBps(s);
|
|
|
recvd_Bps = recvdBps(s);
|