Skip to content
Snippets Groups Projects
Commit bc3b3309 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

use automatic port by default

parent 0c53c316
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ StringXString SolverOptions_String[] = {
{ F|O, "SocketName" , opt_solver_socket_name ,
#if defined(WIN32) && !defined(__CYGWIN__)
"127.0.0.1:4412" , // use TCP/IP sockets by default on Windows
"127.0.0.1:0" , // use TCP/IP sockets by default on Windows
#else
".gmshsock" , // otherwise use Unix sockets by default
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment