telebit/rvpn/connection
Henry Camacho ff3e63da8d Correcting Critical Bug
- when testing streams to WSS client, I caused tunnel.js to abort in xfer.
- this caused a panic in go.
- found that connection was reaped and garbage collected during send routines.
- placed synchronize around a connection states.
- moved connection creation into connection table.
- allowed connections to hang around while in a false state…
- will have a go routine remove them after some idle time and connections being false.
2017-02-19 14:05:06 -06:00
..
connection.go Correcting Critical Bug 2017-02-19 14:05:06 -06:00
connection_registration.go Correcting Critical Bug 2017-02-19 14:05:06 -06:00
connection_table.go Correcting Critical Bug 2017-02-19 14:05:06 -06:00
domain_mapping.go lots of changes 2017-02-12 14:39:50 -06:00
domain_track.go updated to include domain stat traffic 2017-02-15 20:06:26 -06:00
send_track.go updated to include domain stat traffic 2017-02-15 20:06:26 -06:00
setup.go Restructured project abstracting modules, using Caddy as a guide. 2017-02-11 22:13:29 -06:00