1. 26 Mar, 2014 15 commits
  2. 24 Mar, 2014 2 commits
    • Mikio Hara's avatar
      net: deflake TestTCPConcurrentAccept · 4f1aecf2
      Mikio Hara authored
      Some platform that implements inp_localgroup-like shared internet
      protocol control block group looks a bit sensitive about transport
      layer protocol's address:port reuse. Sometimes it rejects a TCP SYN
      packet using TCP RST, and sometimes silence.
      
      For now, until test case refactoring, we admit few Dial failures on
      TestTCPConcurrentAccept as a workaround.
      
      Update #7400
      Update #7541
      
      LGTM=jsing
      R=jsing
      CC=golang-codereviews
      https://golang.org/cl/75920043
      4f1aecf2
    • Mikio Hara's avatar
      net: avoid multiple calling of syscall connect on Unix variants · d1e3ad8b
      Mikio Hara authored
      The previous fix CL 69340044 still leaves a possibility of it.
      This CL prevents the kernel, especially DragonFly BSD, from
      performing unpredictable asynchronous connection establishment
      on stream-based transport layer protocol sockets.
      
      Update #7541
      Update #7474
      
      LGTM=jsing
      R=jsing
      CC=golang-codereviews
      https://golang.org/cl/75930043
      d1e3ad8b
  3. 26 Mar, 2014 3 commits
  4. 25 Mar, 2014 15 commits
  5. 24 Mar, 2014 5 commits