class TP2::Server

def bind_info(bind_string)

def bind_info(bind_string)
  parts = bind_string.split(':')
  [parts[0], parts[1].to_i]
end