commit | f7aa3f9bd315ba52d6ee1e7236a580102c8d20b8 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Sep 29 15:40:49 2015 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Sep 29 15:40:49 2015 +0200 |
tree | 45d4adcd35e59ec11233d1f6a65b78fad811701f | |
parent | 7ebce759122eeda383d7d299ee577c75c0f9ac6e [diff] |
Return TcpListener pointers rather than objects It is easier to control object life time and avoid magical socket duplication by having a single TcpListener object to pass around. We have to be more careful about deleting the object though.