#1
·
לפני 10 שנים
i_hawk כתב/ה:אלון הסוויטץ' לא קיים בדיפולט ב Config, אבל צריך להוסיף אותו, הוא כן קיים בקוד בוודאות, ויש גם עוד אחד שאני לא בטוח מה המשמעות שלו, הוא כנראה מוציא קליינטים עם חיבורים בעיתיים מ"שרשרת" ה P2P:
[code:1]
bool g_bHostAllowsDubiousConnections = true; // if true, the host will allow clients with potentially problematic connections (wrong port #s)
bool g_bHostDisableP2pForDubiousConnections = false; // if true, the host will force a client/server model on dubious connections.
[/code:1]
לגבי החיבור שלי:
בהמשך להודעה של יוני.
אלו הדרקטיבות הנכונות שצריך לשים בקובץ קונפיג של השרת - ובכלל ממליץ לכולם לשים את זה ולבדוק פורטים - הנ"ל מאוד יכול להשפיע בכל הבעיות שחווינו בחמישי:
[code:1]set g_bHostAllowsDubiousConnections 0 // if true, the host will allow clients with potentially problematic connections (wrong port #s)
set g_bHostDisableP2pForDubiousConnections 1 // if true, the host will force a client/server model on dubious connections[/code:1]








