Re: OScam for other SH4
svn 5381:
Refactor cleanup_thread()
Prevent pipes from filling up and thus blocking on writes. This lead to duplicate users problem on some systems
Remove master pipe check as it isn't used anymore
Remove some unneeded code
Add keepalive settings (not supported on all plattforms, but Linux should be fine) to detect network aborts
Fix some function definitions
Fix wrong cw checksum log message on Little Endian systems
Do some cleanup
svn 5382:
Fix wrong error message.
svn 5383:
Fix wrong error handling in setsockopt
svn 5384:
Add keepalive network setting to all tcp readers, too.
svn 5385:
Add handling of POLLHUP
svn 5386:
dynamic-threads: resync with trunk and some optimizations
svn 5381:
Refactor cleanup_thread()
Prevent pipes from filling up and thus blocking on writes. This lead to duplicate users problem on some systems
Remove master pipe check as it isn't used anymore
Remove some unneeded code
Add keepalive settings (not supported on all plattforms, but Linux should be fine) to detect network aborts
Fix some function definitions
Fix wrong cw checksum log message on Little Endian systems
Do some cleanup
svn 5382:
Fix wrong error message.
svn 5383:
Fix wrong error handling in setsockopt
svn 5384:
Add keepalive network setting to all tcp readers, too.
svn 5385:
Add handling of POLLHUP
svn 5386:
dynamic-threads: resync with trunk and some optimizations
Comment