mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
Clarifying that netscript ports are across servers (#268)
This commit is contained in:
parent
ee3c412933
commit
2f4c29fdf0
@ -7,7 +7,7 @@ Netscript Miscellaneous
|
||||
|
||||
Netscript Ports
|
||||
---------------
|
||||
Netscript Ports are endpoints that can be used to communicate between scripts.
|
||||
Netscript Ports are endpoints that can be used to communicate between scripts and across servers.
|
||||
A port is implemented as a sort of serialized queue, where you can only write
|
||||
and read one element at a time from the port. Only string and number types may be written to ports. When you read data from a port,
|
||||
the element that is read is removed from the port.
|
||||
|
Loading…
Reference in New Issue
Block a user