Tell user to check ~/gaw/gawrc setting if tcp send waves to gaw fails

This commit is contained in:
Stefan Frederik 2020-11-25 01:46:26 +01:00
parent 870c3e4478
commit 01077ea162
1 changed files with 1 additions and 0 deletions

View File

@ -748,6 +748,7 @@ proc gaw_setup_tcp {} {
if {![info exists no_x]} {
tk_messageBox -type ok -title {Tcp socket error} \
-message [concat "Problems opening socket to gaw on address $gaw_tcp_address. " \
"Ensure the following line is present uncommented in ~/.gaw/gawrc: up_listenPort = 2020." \
"If you recently closed gaw the port may be in a TIME_WAIT state for a minute or so ." \
"Close gaw, Wait a minute or two, then send waves to gaw again."]
}