An error occurred fetching the project authors.
  1. 22 Jan, 2014 1 commit
    • Jeff Sickel's avatar
      net: plan9 changes for default net directory · 52125738
      Jeff Sickel authored
      This change include updates to the probeIPv4Stack
      and probeIPv6Stack to ensure that one or both
      protocols are supported by ip(3).
      The addition of fdMutex to netFD fixes the
      TestTCPConcurrentAccept failures.
      Additional changes add support for keepalive.
      
      R=golang-codereviews, 0intro
      CC=golang-codereviews, rsc
      https://golang.org/cl/49920048
      52125738
  2. 26 Feb, 2013 1 commit
    • Akshat Kumar's avatar
      net: Implement FileListener, FileConn, and File methods for Plan 9 · b461fe66
      Akshat Kumar authored
      Functions for representing network connections as files
      and vice versa, on Plan 9.
      
      Representing network connections as files is not so
      straight-forward, because a network connection on Plan 9
      is represented by a host of files rather than a single
      file descriptor (as is the case on UNIX). We use the
      type system to distinguish between listeners and
      connections, returning the control file in the former
      case and the data file in the latter case.
      
      R=rsc, rminnich, ality, akumar, bradfitz
      CC=golang-dev
      https://golang.org/cl/7235068
      b461fe66
  3. 30 Nov, 2012 1 commit
  4. 17 Feb, 2012 1 commit
  5. 02 Nov, 2011 1 commit
  6. 17 Aug, 2011 1 commit
    • Fazlul Shahriar's avatar
      net: Plan 9 support · 0f7bc92b
      Fazlul Shahriar authored
      All tests enabled by default passes except those in timeout_test.go.
      
      For TestLookupPort, add an entry for "bootps" in /lib/ndb/common
      (Plan 9 calls it "bootp"). I've sent out a patch to fix this.
      
      R=paulzhol, rsc, mikioh.mikioh
      CC=ality, golang-dev
      https://golang.org/cl/4779041
      0f7bc92b