Go to file
Christopher Haster a7e6c105b3 Remove shutdown parameter from close call
Pros
- Simplifies interface
- Easier base implementation

Cons
- May need shutdown functionality, in this case shutdown
  can be added as another function in the future
2016-07-21 18:19:20 -05:00
DnsQuery Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
EthernetInterface.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
MeshInterface.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
NetworkInterface.cpp Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
NetworkInterface.h Remove shutdown parameter from close call 2016-07-21 18:19:20 -05:00
Socket.cpp Remove shutdown parameter from close call 2016-07-21 18:19:20 -05:00
Socket.h Remove shutdown parameter from close call 2016-07-21 18:19:20 -05:00
SocketAddress.cpp Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
SocketAddress.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00
TCPServer.cpp Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
TCPServer.h Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
TCPSocket.cpp Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
TCPSocket.h Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
UDPSocket.cpp Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
UDPSocket.h Add open call as alternative to passing NetworkInterface at construction 2016-07-21 18:19:20 -05:00
WiFiInterface.h Matched changes NetworkSocketAPI 2016-07-21 18:19:10 -05:00