lib/maxcube/network/tcp.rb in maxcube-client-0.4.1 vs lib/maxcube/network/tcp.rb in maxcube-client-0.5.0
- old
+ new
@@ -2,10 +2,13 @@
require 'maxcube/messages/tcp/parser'
require 'maxcube/messages/tcp/serializer'
module MaxCube
module Network
+ # This module contains classes aimed onto TCP network tools
+ # related to Cube protocol.
module TCP
+ # Common port used in Cube TCP communication.
PORT = 62_910
end
end
end