mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 08:45:06 -05:00
Simba: Fix mistake in web.rst
This commit is contained in:
parent
65c4fdbd08
commit
c899b4e61b
@ -142,6 +142,8 @@ GetRawHeaders returns a string of headers from the specified client.
|
||||
Socket Functions
|
||||
----------------
|
||||
|
||||
Simba's Socket Functions. Examples required; if you have one, please let u know.
|
||||
|
||||
CreateSocket
|
||||
~~~~~~~~~~~~
|
||||
|
||||
@ -190,7 +192,6 @@ ListenSocket
|
||||
|
||||
ListenSocket allows for a client socket to accept connections.
|
||||
|
||||
|
||||
AcceptSocket
|
||||
~~~~~~~~~~~~
|
||||
|
||||
@ -249,15 +250,15 @@ SendSocket
|
||||
|
||||
SendSocket sends a string of data to a bound client socket.
|
||||
|
||||
SetTimeout
|
||||
SetSocketTimeout
|
||||
~~~~~~~~~~
|
||||
|
||||
.. code-block:: pascal
|
||||
|
||||
procedure SetTimeout(Client, Time: integer);
|
||||
procedure SetSocketTimeout(Client, Time: integer);
|
||||
|
||||
SetTimeout sets a maximum amount of time for a bound client socket to wait for
|
||||
data from another socket.
|
||||
data from another socket. Time is in *milliseconds*.
|
||||
|
||||
SocketInfo
|
||||
~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user