telebit/rvpn/genericlistener
Henry Camacho 0e1f99c8da Round Robin Load Balancing feature enabled
- the system implements a rough round robin also.
- members that are removed, do not remove preserving order.
- this many skew RR slightly, the small trade of with a non-order slice removal
- fixed issue with reaper, would not reap connections that had closed based on write failure
- reduced well to 120 seconds.
- place holder for other LB ALGO’s like least-connections.
- at this time no support for heath checks.
2017-03-25 15:01:57 -05:00
..
api_collect_connections.go Admin Status 2017-03-23 18:10:49 -05:00
api_collect_domains.go Several Considerations for Load Balancing, Collection of Bulk ServerStatus 2017-03-19 19:04:47 -05:00
api_collect_server.go Updated to include selectable domain statistics. 2017-03-18 14:28:54 -05:00
api_collect_servers.go Several Considerations for Load Balancing, Collection of Bulk ServerStatus 2017-03-19 19:04:47 -05:00
api_collect_status.go Admin Status 2017-03-23 18:10:49 -05:00
api_collect_status_dead time.go Several Considerations for Load Balancing, Collection of Bulk ServerStatus 2017-03-19 19:04:47 -05:00
api_collect_status_traffic.go simplified some function inputs and returns 2017-03-22 16:53:12 -06:00
api_interface.go Round Robin Load Balancing feature enabled 2017-03-25 15:01:57 -05:00
conn_tracking.go simplified mutex handling and defer statements 2017-03-22 16:53:12 -06:00
conn_wedge.go fixed bug with peeking I introduced during the cleanup 2017-03-23 17:57:43 -06:00
connection.go Round Robin Load Balancing feature enabled 2017-03-25 15:01:57 -05:00
connection_registration.go cleaned up a few import statements 2017-03-22 16:53:12 -06:00
connection_table.go Round Robin Load Balancing feature enabled 2017-03-25 15:01:57 -05:00
domain_loadbalance.go Round Robin Load Balancing feature enabled 2017-03-25 15:01:57 -05:00
domain_mapping.go Working version of RVPN 2017-03-02 18:47:59 -06:00
domain_track.go simplified some function inputs and returns 2017-03-22 16:53:12 -06:00
listener_generic.go Back and running 2017-03-24 17:45:54 -05:00
manager.go Several Considerations for Load Balancing, Collection of Bulk ServerStatus 2017-03-19 19:04:47 -05:00
one_conn.go simplified some function inputs and returns 2017-03-22 16:53:12 -06:00
send_track.go Working version of RVPN 2017-03-02 18:47:59 -06:00
setup.go API Rest Interface answers to servers and server/{id} 2017-03-13 16:46:11 -05:00
status.go Admin Status 2017-03-23 18:10:49 -05:00
status_dead_time.go simplified some function inputs and returns 2017-03-22 16:53:12 -06:00
status_req_type.go Put the 1 char peek back in. With TLS byte awaiting aren’t valid, however they are valid with non-tis. 2017-03-23 18:02:38 -05:00
status_traffic_connections.go Admin Status 2017-03-23 18:10:49 -05:00
status_traffic_stats.go Several Considerations for Load Balancing, Collection of Bulk ServerStatus 2017-03-19 19:04:47 -05:00
tls_get_hello.go cleaned up a few import statements 2017-03-22 16:53:12 -06:00