problem free bsd server

    Targaryen

    Deathbringer
    Joined
    Jun 22, 2013
    Messages
    103
    Reaction score
    61
    • Purchased!
    • Community Content - Bronze 1
    • Legacy Citizen 4
    Connection made. starting new processor 11990, /31.135.169.39; local: 4242, /192.168.1.17, keepalive false
    java.net.SocketException: B??dny argument
    at java.net.PlainSocketImpl.socketSetOption(Native Method)
    at java.net.AbstractPlainSocketImpl.setOption(AbstractPlainSocketImpl.java:269)
    at java.net.Socket.setTrafficClass(Socket.java:1333)
    at org.schema.schine.network.server.ServerListener.run(SourceFile:201)
    at java.lang.Thread.run(Thread.java:724)

    when sb connecting
     
    Joined
    Sep 22, 2013
    Messages
    4
    Reaction score
    0
    • Legacy Citizen
    \"b??dny argument\" means \"bad argument\". This bad argument, whatever it is, seems to be supplied to the java socket library. Perhaps you need to bind your server to a certain IP or something. It seems that your server is in NATted IP and your client is not - this might be the problem.