]> Cypherpunks repositories - gostls13.git/commit
netchan: allow client to send as well as receive.
authorRob Pike <r@golang.org>
Tue, 13 Apr 2010 20:49:42 +0000 (13:49 -0700)
committerRob Pike <r@golang.org>
Tue, 13 Apr 2010 20:49:42 +0000 (13:49 -0700)
commit1b56947f844b34a9cb66ea449e668b863bac8e10
treeb38f7898ffc6b9cc52faa18cdf788582060b0c53
parenteffddcadc41e90da3a88866033293100326625ea
netchan: allow client to send as well as receive.
much rewriting and improving, but it's still experimental.

R=rsc
CC=golang-dev
https://golang.org/cl/875045
src/pkg/netchan/common.go
src/pkg/netchan/export.go
src/pkg/netchan/import.go
src/pkg/netchan/netchan_test.go