Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Julien David
rdos
Commits
c888c56c
Commit
c888c56c
authored
Oct 06, 2020
by
Ismail Moumni
Browse files
removing line
parent
73737db5
Pipeline
#1308
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
softwares/server/server.py
View file @
c888c56c
...
...
@@ -19,7 +19,6 @@ class RdosServer:
# Function input address : SERVER IP ADRESS & Port server Port
# Function output query send from client to server
def
server_conn
(
address
,
PORT
):
__RDOS_Tool__
=
db
.
list_generator
()
with
socket
.
socket
(
socket
.
AF_INET
,
socket
.
SOCK_STREAM
)
as
serv
:
serv
.
bind
((
address
,
PORT
))
# Listening to 5 CLients
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment