Tell user to check ~/gaw/gawrc setting if tcp send waves to gaw fails
This commit is contained in:
parent
870c3e4478
commit
01077ea162
|
|
@ -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."]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue