1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +00:00

Network error messages and code cleanp

This commit is contained in:
David Schmenk
2018-04-23 13:29:54 -07:00
parent ea542905b7
commit e6fc45a798
5 changed files with 6 additions and 28 deletions
+2
View File
@@ -378,12 +378,14 @@ end
// Open TCP socket in SERVER mode
//
def etherListenTCP(lclport, callback, param)
puts("TCP/IP not yet implented for this hardware.\n")
return 0
end
//
// Open TCP socket in CLIENT mode
//
def etherConnectTCP(remip, remport, lclport, callback, param)
puts("TCP/IP not yet implented for this hardware.\n")
return 0
end
//
+1
View File
@@ -213,6 +213,7 @@ def iNetInit
fin
driver = driver + ^driver + 1
loop
puts("No network adapters found.\n")
return NULL
end