2.1 KiB
2.1 KiB
clientIPTable
import "github.com/Akilan1999/p2p-rendering-computation/client/clientIPTable"
Index
- func AddCustomInformationToIPTable(text string) error
- func RemoveOfflineNodes() error
- func UpdateIpTable(IpAddress string, serverPort string, wg *sync.WaitGroup) error
- func UpdateIpTableListClient() error
- func UploadMultipartFile(client http.Client, uri, key, path string) ([]byte, error)
func AddCustomInformationToIPTable
func AddCustomInformationToIPTable(text string) error
func RemoveOfflineNodes
func RemoveOfflineNodes() error
func UpdateIpTable
func UpdateIpTable(IpAddress string, serverPort string, wg *sync.WaitGroup) error
UpdateIpTable Does the following to update it's IP table
func UpdateIpTableListClient
func UpdateIpTableListClient() error
UpdateIpTableListClient updates IP tables (Default 3 hops) based on server information available on the ip tables
func UploadMultipartFile
func UploadMultipartFile(client http.Client, uri, key, path string) ([]byte, error)
Generated by gomarkdoc