converge/pkg/comms
Erik Brakkee dca0772dc3 fixed issue with ChannelReadWriter for unbuffered channels.
Was a concurrency issue int he Write method that retained the
slice p that was passed in, making concurrency issues much more likely
with unbuffered channels.
2024-08-21 16:32:37 +02:00
..
agentlistener.go renamed modukle name so that pkgsite will work. 2024-08-12 21:31:15 +02:00
agentserver_test.go fixed issue with ChannelReadWriter for unbuffered channels. 2024-08-21 16:32:37 +02:00
agentserver.go discovered net.Pipe for testing tcp connnections which makes the 2024-08-20 11:28:09 +02:00
doc.go more docs. 2024-08-17 10:41:22 +02:00
events.go hostkey is now sent from the server to the agent so that at a later 2024-08-17 21:35:29 +02:00
gobchannel_test.go basic gobchannel tests now done. 2024-08-20 11:47:36 +02:00
gobchannel.go discovered net.Pipe for testing tcp connnections which makes the 2024-08-20 11:28:09 +02:00