osc/devices
Jamie Forth 85d39627a0 Revert "key client sockets on the server-side socket name, not the
peername"

This reverts commit 3303d3b7de.

This was a bad idea as it prevents the server handling multiple
clients from the same host. The better solution is to store the
client's address and port in the client object rather than rely on the
status of the client's socket.
2015-08-20 12:24:16 +01:00
..
examples code reformat 2015-07-10 16:41:42 +01:00
client.lisp code reformat 2015-07-10 16:41:42 +01:00
device.lisp code reformat 2015-07-10 16:41:42 +01:00
dispatching-device.lisp code reformat 2015-07-10 16:41:42 +01:00
listening-device.lisp code reformat 2015-07-10 16:41:42 +01:00
server.lisp Revert "key client sockets on the server-side socket name, not the 2015-08-20 12:24:16 +01:00
socket-functions.lisp code reformat 2015-07-10 16:41:42 +01:00
transmitter.lisp code reformat 2015-07-10 16:41:42 +01:00