Merge branch 'master' of https://github.com/Eiffel-World/EiffelWebNino
This commit is contained in:
@@ -8,6 +8,9 @@ class
|
|||||||
|
|
||||||
inherit
|
inherit
|
||||||
NETWORK_STREAM_SOCKET
|
NETWORK_STREAM_SOCKET
|
||||||
|
redefine
|
||||||
|
make
|
||||||
|
end
|
||||||
|
|
||||||
create
|
create
|
||||||
make_server_by_address_and_port,
|
make_server_by_address_and_port,
|
||||||
@@ -18,6 +21,13 @@ create {NETWORK_STREAM_SOCKET}
|
|||||||
|
|
||||||
feature {NONE} -- Initialization
|
feature {NONE} -- Initialization
|
||||||
|
|
||||||
|
make
|
||||||
|
-- Create a network stream socket.
|
||||||
|
do
|
||||||
|
Precursor
|
||||||
|
set_reuse_address
|
||||||
|
end
|
||||||
|
|
||||||
make_server_by_address_and_port (an_address: INET_ADDRESS; a_port: INTEGER)
|
make_server_by_address_and_port (an_address: INET_ADDRESS; a_port: INTEGER)
|
||||||
-- Create server socket on `an_address' and `a_port'.
|
-- Create server socket on `an_address' and `a_port'.
|
||||||
require
|
require
|
||||||
|
|||||||
Reference in New Issue
Block a user