aboutsummaryrefslogtreecommitdiff
path: root/net/tcpserver-help.pd
AgeCommit message (Collapse)Author
2014-02-13Possibly fixed some crashing when freeing resources, by checking for NULL ↵Martin Peach
before freeing. Added a verbosity message to control printout to console. Default is 0, or no output except errors. Fixed a bug with the [client n( message and non-existent client number. --This line, and those below, will be ignored- M tcpserver.c M tcpserver-help.pd svn path=/trunk/externals/mrpeach/; revision=17265
2013-05-20Added a port method to change the listening port.Martin Peach
svn path=/trunk/externals/mrpeach/; revision=17143
2011-03-03added META subpatchJonathan Wilkes
svn path=/trunk/externals/mrpeach/; revision=14999
2010-03-27Added output of IP address of disconnecting client at suggestion of Ivica ↵Martin Peach
Ico Bukvic ico@vt.edu. Removed send timeout message since each send is in its own thread and won't cause trouble if it hangs... svn path=/trunk/externals/mrpeach/; revision=13292
2010-03-24Added a flag that is set if sender thread can't create. This stops any ↵Martin Peach
further sends until an [unblock( message is sent to tcpserver. svn path=/trunk/externals/mrpeach/; revision=13253
2009-04-08Added [timeout( message to set microsecond timeout for send. This gives time ↵Martin Peach
for unusually small buffers to clear. Set default timeout to 1000us. Also prints a message if the whole send didn't complete. Updated help patch to match. svn path=/trunk/externals/mrpeach/; revision=10986
2009-03-09The 'sent' message now contains client number, bytes sent, socket number. ↵Martin Peach
Empty 'send' message triggers list of client messages on right outlet. Empty socket number message causes a client message on right outlet. Help patch updated. svn path=/trunk/externals/mrpeach/; revision=10852
2009-03-01Added a [clientbuf( message to set the send buffer size for that client. ↵Martin Peach
Also the [client( message will output the current buffer size as well as the socket and ip for that client. Help patch updated. svn path=/trunk/externals/mrpeach/; revision=10824
2009-02-24Updated help files to reflect new [tcpserver], cleaned up a bit more.Martin Peach
svn path=/trunk/externals/mrpeach/; revision=10813
2008-05-07removed svn:executable-flagIOhannes m zmölnig
svn path=/trunk/externals/mrpeach/; revision=9769
2008-03-20Updated with dump messageMartin Peach
svn path=/trunk/externals/mrpeach/; revision=9612
2007-08-02Added disconnectclient and disconnectsocket methods so server can close ↵Martin Peach
connections too. svn path=/trunk/externals/mrpeach/; revision=8347
2007-06-20UpdatedMartin Peach
svn path=/trunk/externals/mrpeach/; revision=7790
2006-11-07added send filenameMartin Peach
svn path=/trunk/externals/mrpeach/; revision=6225
2006-08-16Added the net, osc and sqosc~ directoriessvn2git-rootMartin Peach
svn path=/trunk/externals/mrpeach/; revision=5629