Internal change

PiperOrigin-RevId: 203997995
Change-Id: I8974fe74f1582bc9b2622f18a4bc4ab47ff5d622
This commit is contained in:
Michael Pratt
2018-07-10 13:09:02 -07:00
committed by Shentubot
parent b1683df90b
commit 065d7cee9a
+1 -1
View File
@@ -15,13 +15,13 @@
package tcp
import (
"crypto/sha1"
"encoding/binary"
"hash"
"io"
"sync"
"time"
"crypto/sha1"
"gvisor.googlesource.com/gvisor/pkg/rand"
"gvisor.googlesource.com/gvisor/pkg/sleep"
"gvisor.googlesource.com/gvisor/pkg/tcpip"