Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
7bf9ff61
Commit
7bf9ff61
authored
Sep 12, 2014
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(swarm) specify direction of secure chans
parent
b249ebe8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
swarm/conn.go
swarm/conn.go
+2
-2
No files found.
swarm/conn.go
View file @
7bf9ff61
...
...
@@ -25,8 +25,8 @@ type Conn struct {
Closed
chan
bool
Outgoing
*
msgio
.
Chan
Incoming
*
msgio
.
Chan
secIn
chan
[]
byte
secOut
chan
[]
byte
secIn
<-
chan
[]
byte
secOut
chan
<-
[]
byte
}
// ConnMap maps Keys (Peer.IDs) to Connections.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment