Hi All,
I've written a simple app that allows you to select a set of connection settings and then downloads a file using those settings and reports the time/speed taken. However I'd like to be able to kill the connection off so that you can then select a new default ap and have it use that. I'm using the socket.set_default_access_point(apo) code to set the default access point but is there anyway I can force the app to terminate the conenction once I'm done. If I exit python the connection closes quickly but I'd rather not have to restart python everytime.
TIA
Sam

Reply With Quote

