16.07.2015, 06:43
You can try setting UDP socket timeout to 0, so that receive function returns either new message at once or nil + "timeout" notification. This should speed things up for you.
Generic TCP Server for external requests
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Generic TCP Server for external requests - by Matt - 14.07.2015, 06:57
RE: Generic TCP Server for external requests - by admin - 14.07.2015, 08:26
RE: Generic TCP Server for external requests - by Matt - 14.07.2015, 09:57
RE: Generic TCP Server for external requests - by admin - 14.07.2015, 10:18
RE: Generic TCP Server for external requests - by Matt - 15.07.2015, 13:29
RE: Generic TCP Server for external requests - by admin - 16.07.2015, 06:43
|