|
|
| Author |
Message |
blackstea none

Joined: 11 Nov 2004 Posts: 9
|
Posted: Nov 11, 2004 2:11pm Post subject: ssl & zlib with unreal |
|
|
hi all,
I use ssl and zlib option in my network.. but it is small for test stability of it..
I heard that ssl provoke many band transfer.. and zlib option instability of the link between servers.. i think that there are wrong , but i want hear other opinions.. tnx ( excuse my bad english ) |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 353
|
Posted: Nov 11, 2004 3:09pm Post subject: |
|
|
| Good encryption will almost always increase bandwidth usage. So yes, SSL will increase bandwidth usage, that's just the way encryption works. As for zlib being unstable, I have no idea where you got that idea from. It is quite stable and in fact, zlib compression is now an option in most IRCds. |
|
| Back to top |
|
 |
zeke Idler

Joined: 04 Oct 2003 Posts: 325
|
Posted: Nov 11, 2004 3:53pm Post subject: |
|
|
| i've never had any problems with linking (with ssl+zlib) that i can put down to eiter of these 2, (all my linking issues have been issues that would affect any server link...general lag....bad configuration etc |
|
| Back to top |
|
 |
blackstea none

Joined: 11 Nov 2004 Posts: 9
|
Posted: Nov 11, 2004 5:42pm Post subject: |
|
|
| codemastr, tnx, do you know a approximate % of saving bandwidth? |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 353
|
Posted: Nov 12, 2004 2:10pm Post subject: |
|
|
| Well, you have compression levels. The higher the level, the more compression. So it depends on which level you choose. |
|
| Back to top |
|
 |
nenolod Idler

Joined: 23 Jan 2004 Posts: 335 Location: A box!
|
Posted: Nov 13, 2004 3:43pm Post subject: |
|
|
Unreal utilizes a modified version of Kalt's ziplink implementation. The modifications were done by the hybrid coders. Kalt's ziplink implementation does have stability issues, which is why it is no longer used in hybrid7/ratbox. Just utilize Valgrind or PurifyPlus and get a lot of I/O going. You'll see memory errors galore.
The issue, like codemastr said is not zlib, it is the code itself. Most IRCd's I have seen with ziplinks are working on rewriting the code, or have already done so.
SSL/TLS will cause more bandwidth to be utilized. This is also true, however, the instability is not in libcrypto or zlib, it is in the ziplink code itself. |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 353
|
Posted: Nov 14, 2004 3:04pm Post subject: |
|
|
| Actually, we've made several modifications to our ziplink code to fix every memory/IO error we've encountered. |
|
| Back to top |
|
 |
|