Peter Johnson
60647a2f8c
Turn off Nagle algorithm to decrease latency.
...
This is safe because of the way writes are performed: for each transmission,
all outgoing messages are concatenated in memory and only a single write()
syscall is made.
2015-12-09 00:58:06 -08:00
Peter Johnson
b00b4cb185
Avoid warnings by using sprintf_s on MSVC.
...
Also use std::snprintf on other platforms.
2015-08-28 14:16:49 -07:00
Peter Johnson
7d409f071e
Add win32 tcpsockets implementation.
2015-08-04 00:01:13 -07:00
Peter Johnson
0dcaf56ed1
Add NetworkAcceptor and NetworkStream interfaces.
...
These allow mocking of TCPAcceptor and TCPStream respectively.
2015-08-02 00:06:27 -07:00
Peter Johnson
899c489124
TCPStream: Shutdown on close.
2015-07-17 22:27:49 -07:00
Peter Johnson
e640708245
Start implementing network connectivity.
...
Change-Id: I82875bfd1c3a086033d22de636d4fb43455ebac3
2015-07-13 22:46:41 -07:00