Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!sdd.hp.com!vixen.cso.uiuc.edu!uwm.edu!ogicse!flop.ENGR.ORST.EDU!research.CS.ORST.EDU!padalam From: padalam@research.CS.ORST.EDU (NeoSwami) Newsgroups: comp.unix.bsd Subject: socket programming Message-ID: <2a2e7gINNa9e@flop.ENGR.ORST.EDU> Date: 20 Oct 93 04:18:56 GMT Article-I.D.: flop.2a2e7gINNa9e Distribution: world Organization: Computer Science Department, Oregon State University Lines: 14 NNTP-Posting-Host: ruby.cs.orst.edu Hi, If I am writing a server for a machine that has both ethernet and FDDI conncetion how do I make sure the server works over FDDI and not ethernet? If I just use the normal socket code I have it works on ethernet but not with FDDI. That is clients talking through ethernet can connect to the server but not clients talking through FDDI. any help is appreciated. manojith