Skip to content

Commit

Permalink
Correct module doc
Browse files Browse the repository at this point in the history
This module is for client and node connections, not just client.
  • Loading branch information
Gavin Norman committed May 30, 2018
1 parent 43e044d commit 1cbcb00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/swarm/neo/connection/ConnectionBase.d
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*******************************************************************************
Full-duplex client connection base class. Contains the send and receive
loops, message dispatching and epoll registration logic and is the select
client registered with epoll. Subclasses need to implement the connection
setup, authentication and request dispatching logic.
Full-duplex connection base class. Contains the send and receive loops,
message dispatching and epoll registration logic and is the select client
registered with epoll. Subclasses need to implement the connection setup,
authentication and request dispatching logic.
Copyright: Copyright (c) 2016-2017 sociomantic labs GmbH. All rights reserved
Expand Down

0 comments on commit 1cbcb00

Please sign in to comment.