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:
@@ -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
|
||||
//
|
||||
|
||||
@@ -213,6 +213,7 @@ def iNetInit
|
||||
fin
|
||||
driver = driver + ^driver + 1
|
||||
loop
|
||||
puts("No network adapters found.\n")
|
||||
return NULL
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user