summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/ServerClass.py
Commit message (Collapse)AuthorAgeFilesLines
* I added timeout to the receiving data procedure!Refik Hadzialic2011-07-171-8/+35
|
* Addded an error handling code for the Server class, for other side disconnect!Refik Hadzialic2011-07-161-0/+3
|
* Added just a comment for the error 107Refik Hadzialic2011-07-161-1/+1
|
* I improved the classes for testing if there is a connection or there is no ↵Refik Hadzialic2011-07-161-12/+44
| | | | connection from the other side. Error messages are better handled now! No more crashing if one side disconnects, the other side knows that it has disconnected by the return message NO DATA for the receive case.
* I forgot to make the variable connected = 0 when you call the closeConnectionRefik Hadzialic2011-07-081-0/+1
|
* The files have been split up in seperate classes. LogFileClass is a class ↵Refik Hadzialic2011-07-071-0/+89
for logging all the events or errors!