Updated server IP address (According to server test script)

pull/209/head
Przemek Wirkus 2014-03-13 16:02:09 +00:00
parent 662d4afaac
commit 19c41849e2
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
"""
import socket
ECHO_SERVER_ADDRESS = "10.2.200.41"
ECHO_SERVER_ADDRESS = "10.2.202.45"
ECHO_PORT = 7
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

View File

@ -16,7 +16,7 @@ limitations under the License.
"""
import socket
ECHO_SERVER_ADDRESS = '10.2.200.41'
ECHO_SERVER_ADDRESS = '10.2.202.45'
ECHO_PORT = 7
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)